From 615cec1dfe9a808141096d20c763d89ed406e64d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 25 Dec 2016 10:02:27 -0800 Subject: regex.h now includes sys/types.h * src/dired.c, src/emacs.c, src/search.c, src/syntax.c, src/thread.h: Do not include sys/types.h; no longer needed. * src/regex.h: Include , as that's what Gnulib and glibc regex.h does, and POSIX has blessed this since 2008. --- src/thread.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/thread.h') diff --git a/src/thread.h b/src/thread.h index 6d1af5caa9c..9472ae30512 100644 --- a/src/thread.h +++ b/src/thread.h @@ -19,7 +19,6 @@ along with GNU Emacs. If not, see . */ #ifndef THREAD_H #define THREAD_H -#include /* for ssize_t used by regex.h */ #include "regex.h" #ifdef WINDOWSNT -- cgit v1.2.1