diff options
Diffstat (limited to 'src/screen_play.c')
-rw-r--r-- | src/screen_play.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/screen_play.c b/src/screen_play.c index 6cd28d6ac..736be9271 100644 --- a/src/screen_play.c +++ b/src/screen_play.c @@ -18,13 +18,6 @@ * */ -#include <ctype.h> -#include <stdlib.h> -#include <string.h> -#include <time.h> -#include <glib.h> -#include <ncurses.h> - #include "config.h" #include "ncmpc.h" #include "options.h" @@ -39,6 +32,13 @@ #include "screen_utils.h" #include "screen_play.h" +#include <ctype.h> +#include <stdlib.h> +#include <string.h> +#include <time.h> +#include <glib.h> +#include <ncurses.h> + #define MAX_SONG_LENGTH 512 typedef struct |