summaryrefslogtreecommitdiff
path: root/src/thread.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-12-25 10:02:27 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-12-25 10:03:34 -0800
commit615cec1dfe9a808141096d20c763d89ed406e64d (patch)
tree2384a7e09648cb2d9fce82c319ac35420a84482d /src/thread.h
parentf5b9c1e59653ac687806f6f84181fc3f5020e6ba (diff)
downloademacs-615cec1dfe9a808141096d20c763d89ed406e64d.tar.gz
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 <sys/types.h>, as that's what Gnulib and glibc regex.h does, and POSIX has blessed this since 2008.
Diffstat (limited to 'src/thread.h')
-rw-r--r--src/thread.h1
1 files changed, 0 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. */
#ifndef THREAD_H
#define THREAD_H
-#include <sys/types.h> /* for ssize_t used by regex.h */
#include "regex.h"
#ifdef WINDOWSNT