diff options
Diffstat (limited to 'src/syntax.c')
| -rw-r--r-- | src/syntax.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/syntax.c b/src/syntax.c index 6bfb3b7601d..1dcb3a5d15d 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -23,12 +23,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 23 | #include <sys/types.h> | 23 | #include <sys/types.h> |
| 24 | 24 | ||
| 25 | #include "lisp.h" | 25 | #include "lisp.h" |
| 26 | #include "commands.h" | ||
| 27 | #include "character.h" | 26 | #include "character.h" |
| 28 | #include "buffer.h" | 27 | #include "buffer.h" |
| 29 | #include "keymap.h" | ||
| 30 | #include "regex.h" | 28 | #include "regex.h" |
| 31 | |||
| 32 | #include "syntax.h" | 29 | #include "syntax.h" |
| 33 | #include "intervals.h" | 30 | #include "intervals.h" |
| 34 | #include "category.h" | 31 | #include "category.h" |