diff options
| author | Paul Eggert | 2016-12-25 10:02:27 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-12-25 10:03:34 -0800 |
| commit | 615cec1dfe9a808141096d20c763d89ed406e64d (patch) | |
| tree | 2384a7e09648cb2d9fce82c319ac35420a84482d /src/syntax.c | |
| parent | f5b9c1e59653ac687806f6f84181fc3f5020e6ba (diff) | |
| download | emacs-615cec1dfe9a808141096d20c763d89ed406e64d.tar.gz emacs-615cec1dfe9a808141096d20c763d89ed406e64d.zip | |
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.c | 2 |
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/>. */ | |||
| 20 | 20 | ||
| 21 | #include <config.h> | 21 | #include <config.h> |
| 22 | 22 | ||
| 23 | #include <sys/types.h> | ||
| 24 | |||
| 25 | #include "lisp.h" | 23 | #include "lisp.h" |
| 26 | #include "character.h" | 24 | #include "character.h" |
| 27 | #include "buffer.h" | 25 | #include "buffer.h" |