diff options
Diffstat (limited to 'src/screen_help.c')
-rw-r--r-- | src/screen_help.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/screen_help.c b/src/screen_help.c index 80495a297..b62c61890 100644 --- a/src/screen_help.c +++ b/src/screen_help.c @@ -18,11 +18,6 @@ * */ -#include <stdlib.h> -#include <string.h> -#include <glib.h> -#include <ncurses.h> - #include "config.h" #include "ncmpc.h" #include "mpdclient.h" @@ -30,6 +25,11 @@ #include "screen.h" #include "screen_utils.h" +#include <stdlib.h> +#include <string.h> +#include <glib.h> +#include <ncurses.h> + typedef struct { signed char highlight; |