summaryrefslogtreecommitdiff
path: root/gtk/theme.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-01-19 15:10:29 +0000
committerVincent Sanders <vince@kyllikki.org>2016-01-19 15:10:29 +0000
commit65bdef55ab12bf07aa52fb9c184c073cbf562e3b (patch)
treee5459965d206721d5e29f156f812951074b4edb2 /gtk/theme.c
parent0a5f63abf145c05ed9994566289316516310a603 (diff)
downloadnetsurf-65bdef55ab12bf07aa52fb9c184c073cbf562e3b.tar.gz
netsurf-65bdef55ab12bf07aa52fb9c184c073cbf562e3b.tar.bz2
move the container code to gtk directory as its only ever used there.
Diffstat (limited to 'gtk/theme.c')
-rw-r--r--gtk/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/theme.c b/gtk/theme.c
index eb43fc588..9baab13ed 100644
--- a/gtk/theme.c
+++ b/gtk/theme.c
@@ -24,7 +24,6 @@
#include "utils/config.h"
#include "utils/nsoption.h"
-#include "utils/container.h"
#include "utils/log.h"
#include "utils/messages.h"
#include "utils/utils.h"
@@ -39,6 +38,7 @@
#include "gtk/scaffolding.h"
#include "gtk/menu.h"
#include "gtk/theme.h"
+#include "gtk/theme_container.h"
#include "gtk/window.h"
#include "gtk/preferences.h"