regex.h now includes sys/types.h
commit615cec1dfe9a808141096d20c763d89ed406e64d
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 25 Dec 2016 18:02:27 +0000 (25 10:02 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 25 Dec 2016 18:03:34 +0000 (25 10:03 -0800)
tree2384a7e09648cb2d9fce82c319ac35420a84482d
parentf5b9c1e59653ac687806f6f84181fc3f5020e6ba
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.
src/dired.c
src/emacs.c
src/regex.h
src/search.c
src/syntax.c
src/thread.h