summaryrefslogtreecommitdiff
path: root/content/handlers/css/css.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-06 14:47:27 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-06 14:47:27 +0100
commit8861923455a294927398c3207c12ed3e2d6f350e (patch)
tree8b8dd664815becb2c64457d5e7a98fea57ed0b50 /content/handlers/css/css.c
parentcba3a1468c07d4bd192967e43b05edc567306dd0 (diff)
downloadnetsurf-8861923455a294927398c3207c12ed3e2d6f350e.tar.gz
netsurf-8861923455a294927398c3207c12ed3e2d6f350e.tar.bz2
Allow include directories to be added by sub makefiles
Diffstat (limited to 'content/handlers/css/css.c')
-rw-r--r--content/handlers/css/css.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/handlers/css/css.c b/content/handlers/css/css.c
index 4c0cb7a4c..997eb5115 100644
--- a/content/handlers/css/css.c
+++ b/content/handlers/css/css.c
@@ -30,9 +30,9 @@
#include "utils/log.h"
#include "utils/messages.h"
-#include "css.h"
-#include "hints.h"
-#include "internal.h"
+#include "css/css.h"
+#include "css/hints.h"
+#include "css/internal.h"
/* Define to trace import fetches */
#undef NSCSS_IMPORT_TRACE