diff options
Diffstat (limited to 'src/screen_keydef.c')
-rw-r--r-- | src/screen_keydef.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/screen_keydef.c b/src/screen_keydef.c index 8571ca279..11c0a4aee 100644 --- a/src/screen_keydef.c +++ b/src/screen_keydef.c @@ -18,12 +18,6 @@ * */ -#include <errno.h> -#include <stdlib.h> -#include <string.h> -#include <glib.h> -#include <ncurses.h> - #include "config.h" #ifndef DISABLE_KEYDEF_SCREEN @@ -35,6 +29,12 @@ #include "screen.h" #include "screen_utils.h" +#include <errno.h> +#include <stdlib.h> +#include <string.h> +#include <glib.h> +#include <ncurses.h> + #define STATIC_ITEMS 0 #define STATIC_SUB_ITEMS 1 #define BUFSIZE 256 |