diff options
Diffstat (limited to 'src/bytecode.c')
| -rw-r--r-- | src/bytecode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode.c b/src/bytecode.c index e2370254f36..2e6ee3d4445 100644 --- a/src/bytecode.c +++ b/src/bytecode.c | |||
| @@ -35,8 +35,8 @@ by Hallvard: | |||
| 35 | #include <config.h> | 35 | #include <config.h> |
| 36 | #include <setjmp.h> | 36 | #include <setjmp.h> |
| 37 | #include "lisp.h" | 37 | #include "lisp.h" |
| 38 | #include "buffer.h" | ||
| 39 | #include "character.h" | 38 | #include "character.h" |
| 39 | #include "buffer.h" | ||
| 40 | #include "syntax.h" | 40 | #include "syntax.h" |
| 41 | #include "window.h" | 41 | #include "window.h" |
| 42 | 42 | ||