about summary refs log tree commit diff stats
path: root/src/ui/titlebar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/titlebar.c')
-rw-r--r--src/ui/titlebar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/titlebar.c b/src/ui/titlebar.c
index fc208063..2276986a 100644
--- a/src/ui/titlebar.c
+++ b/src/ui/titlebar.c
@@ -24,7 +24,7 @@
 #include <string.h>
 
 #include "common.h"
-#include "theme.h"
+#include "config/theme.h"
 #include "ui/ui.h"
 
 static WINDOW *title_bar;