summaryrefslogtreecommitdiff
path: root/src/syntax.c
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/syntax.c
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/syntax.c')
-rw-r--r--src/syntax.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/syntax.c b/src/syntax.c
index 338dd854f22..7c15e774f05 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -20,8 +20,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <config.h>
-#include <sys/types.h>
-
#include "lisp.h"
#include "character.h"
#include "buffer.h"