summaryrefslogtreecommitdiffstats
path: root/src/web-view.c
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-01 12:54:02 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-11-01 12:54:02 (EDT)
commit8e1209d464ba70a76c5fb92977ec6bfb70c8f9fb (patch)
treedfc87a4d9d963ac7337065ca933c17afb3634745 /src/web-view.c
parenta76657b8513d73ad48f5daaf414689aa23c8bb55 (diff)
downloadmarquee-8e1209d464ba70a76c5fb92977ec6bfb70c8f9fb.zip
marquee-8e1209d464ba70a76c5fb92977ec6bfb70c8f9fb.tar.gz
marquee-8e1209d464ba70a76c5fb92977ec6bfb70c8f9fb.tar.bz2
src/config.[ch], src/settings.[ch]: Move under src/config/
Diffstat (limited to 'src/web-view.c')
-rw-r--r--src/web-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web-view.c b/src/web-view.c
index b59a858..d018dcf 100644
--- a/src/web-view.c
+++ b/src/web-view.c
@@ -28,7 +28,7 @@
#include <gtk/gtk.h>
#include <webkit2/webkit2.h>
-#include "config.h"
+#include "config/config.h"
#include "notebook.h"
#include "tab-page.h"
#include "web-view-schemes/schemes.h"