summaryrefslogtreecommitdiffstats
path: root/lexer/theme-parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'lexer/theme-parser.y')
-rw-r--r--lexer/theme-parser.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexer/theme-parser.y b/lexer/theme-parser.y
index e628dcb0..99f47ccc 100644
--- a/lexer/theme-parser.y
+++ b/lexer/theme-parser.y
@@ -70,7 +70,7 @@ typedef struct YYLTYPE {
#include <stdlib.h>
#include <glib.h>
-#include "lexer/theme-parser.h"
+#include "theme-parser.h"
ThemeWidget *rofi_theme = NULL;
void yyerror(YYLTYPE *yylloc, const char *what, const char* s);
int yylex (YYSTYPE *, YYLTYPE *);