about summary refs log tree commit diff stats
path: root/src/config/theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/theme.c')
-rw-r--r--src/config/theme.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config/theme.c b/src/config/theme.c
index 0ba9c786..fb208279 100644
--- a/src/config/theme.c
+++ b/src/config/theme.c
@@ -47,8 +47,9 @@
 
 #include "common.h"
 #include "log.h"
-#include "theme.h"
-#include "preferences.h"
+#include "config/files.h"
+#include "config/theme.h"
+#include "config/preferences.h"
 
 static GString *theme_loc;
 static GKeyFile *theme;