diff options
Diffstat (limited to 'src/category.c')
-rw-r--r-- | src/category.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/category.c b/src/category.c index 5cb3020a2de..7d0f72d284d 100644 --- a/src/category.c +++ b/src/category.c @@ -32,8 +32,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <ctype.h> #include <setjmp.h> #include "lisp.h" -#include "buffer.h" #include "character.h" +#include "buffer.h" #include "charset.h" #include "category.h" #include "keymap.h" |