summaryrefslogtreecommitdiffstats
path: root/source/theme.c
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2017-05-04 13:29:11 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2017-05-04 13:40:12 +0200
commit4fccb3efdcc0d74879e5eb38ce1fb428b7745184 (patch)
tree8a822319387c26194f743b411b01331fa4c5b97a /source/theme.c
parentcc714f8f91f9c36192f19fb13e70205771ee1caf (diff)
theme-parser: Drop lexer/ in #includes
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'source/theme.c')
-rw-r--r--source/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/theme.c b/source/theme.c
index a3e623bb..2cf1683b 100644
--- a/source/theme.c
+++ b/source/theme.c
@@ -32,7 +32,7 @@
#include <errno.h>
#include <string.h>
#include "theme.h"
-#include "lexer/theme-parser.h"
+#include "theme-parser.h"
#include "helper.h"
#include "settings.h"
#include "widgets/textbox.h"