diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/regex.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/regex.c b/src/regex.c index 60c6b3b0054..4513cb10298 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -40,10 +40,6 @@ | |||
| 40 | /* We need this for `regex.h', and perhaps for the Emacs include files. */ | 40 | /* We need this for `regex.h', and perhaps for the Emacs include files. */ |
| 41 | #include <sys/types.h> | 41 | #include <sys/types.h> |
| 42 | 42 | ||
| 43 | #ifdef HAVE_CONFIG_H | ||
| 44 | #include "config.h" | ||
| 45 | #endif | ||
| 46 | |||
| 47 | /* The `emacs' switch turns on certain matching commands | 43 | /* The `emacs' switch turns on certain matching commands |
| 48 | that make sense only in Emacs. */ | 44 | that make sense only in Emacs. */ |
| 49 | #ifdef emacs | 45 | #ifdef emacs |