From 4fccb3efdcc0d74879e5eb38ce1fb428b7745184 Mon Sep 17 00:00:00 2001 From: Quentin Glidic Date: Thu, 4 May 2017 13:29:11 +0200 Subject: theme-parser: Drop lexer/ in #includes Signed-off-by: Quentin Glidic --- source/theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/theme.c') 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 #include #include "theme.h" -#include "lexer/theme-parser.h" +#include "theme-parser.h" #include "helper.h" #include "settings.h" #include "widgets/textbox.h" -- cgit v1.2.3