summaryrefslogtreecommitdiff
path: root/render/html_object.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/html_object.c')
-rw-r--r--render/html_object.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/render/html_object.c b/render/html_object.c
index 6499f249a..d048253a7 100644
--- a/render/html_object.c
+++ b/render/html_object.c
@@ -27,14 +27,15 @@
#include <strings.h>
#include <stdlib.h>
-#include "content/hlcache.h"
-#include "css/utils.h"
-#include "utils/nsoption.h"
-#include "desktop/scrollbar.h"
-#include "desktop/gui_factory.h"
#include "utils/corestrings.h"
#include "utils/config.h"
#include "utils/log.h"
+#include "utils/nsoption.h"
+#include "content/hlcache.h"
+#include "css/utils.h"
+#include "desktop/scrollbar.h"
+#include "desktop/gui_misc.h"
+#include "desktop/gui_internal.h"
#include "render/box.h"
#include "render/html_internal.h"