about summary refs log tree commit diff stats
path: root/src/config/theme.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-24 16:22:15 +0100
committerJames Booth <boothj5@gmail.com>2016-07-24 16:22:15 +0100
commitef942bd27a759b3016c473abba8066a8ddcb6ffe (patch)
treeb4964a5d9fd2920c1195a98d08f82c44a7ef0dc4 /src/config/theme.c
parente7bfaa643fd8f57c50390194b0c804cacd5a0de4 (diff)
downloadprofani-tty-ef942bd27a759b3016c473abba8066a8ddcb6ffe.tar.gz
Add config/files.c
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;