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 --- lexer/theme-lexer.l | 2 +- lexer/theme-parser.y | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lexer') diff --git a/lexer/theme-lexer.l b/lexer/theme-lexer.l index ebf0f28a..8d7e5718 100644 --- a/lexer/theme-lexer.l +++ b/lexer/theme-lexer.l @@ -39,7 +39,7 @@ #include "rofi.h" #include "theme.h" -#include "lexer/theme-parser.h" +#include "theme-parser.h" #define LOG_DOMAIN "Parser" int last_state = 0; 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 #include -#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 *); -- cgit v1.2.3