diff options
author | Patrick McDermott <pj@pehjota.net> | 2017-11-01 12:54:02 (EDT) |
---|---|---|
committer | Patrick McDermott <pj@pehjota.net> | 2017-11-01 12:54:02 (EDT) |
commit | 8e1209d464ba70a76c5fb92977ec6bfb70c8f9fb (patch) | |
tree | dfc87a4d9d963ac7337065ca933c17afb3634745 /src/schemes/about | |
parent | a76657b8513d73ad48f5daaf414689aa23c8bb55 (diff) | |
download | marquee-8e1209d464ba70a76c5fb92977ec6bfb70c8f9fb.zip marquee-8e1209d464ba70a76c5fb92977ec6bfb70c8f9fb.tar.gz marquee-8e1209d464ba70a76c5fb92977ec6bfb70c8f9fb.tar.bz2 |
src/config.[ch], src/settings.[ch]: Move under src/config/
Diffstat (limited to 'src/schemes/about')
-rw-r--r-- | src/schemes/about/preferences.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schemes/about/preferences.c b/src/schemes/about/preferences.c index 669dd62..6563f48 100644 --- a/src/schemes/about/preferences.c +++ b/src/schemes/about/preferences.c @@ -23,7 +23,7 @@ #include <webkit2/webkit2.h> #include "../../application.h" -#include "../../config.h" +#include "../../config/config.h" #include "../../utils/html.h" #include "../about.h" #include "paths.h" |