about summary refs log tree commit diff stats
path: root/src/theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/theme.c')
-rw-r--r--src/theme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theme.c b/src/theme.c
index e8ab5198..ec061ce4 100644
--- a/src/theme.c
+++ b/src/theme.c
@@ -26,16 +26,16 @@
 #include <string.h>
 
 #include <glib.h>
-
 #ifdef HAVE_NCURSESW_NCURSES_H
 #include <ncursesw/ncurses.h>
 #elif HAVE_NCURSES_H
 #include <ncurses.h>
 #endif
 
+#include "theme.h"
+
 #include "files.h"
 #include "log.h"
-#include "theme.h"
 
 static GString *theme_loc;
 static GKeyFile *theme;