summaryrefslogtreecommitdiff
path: root/render/html_redraw.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-17 12:21:06 +0100
committerVincent Sanders <vince@kyllikki.org>2014-10-17 12:21:52 +0100
commit1097cc40b489c3cb1ae97fc93430df685323c70d (patch)
tree4335ea941e4c99739be72ded73756344098502e7 /render/html_redraw.c
parent5de59fba2493f8aeffc528a78c9094d401ff3c0d (diff)
downloadnetsurf-1097cc40b489c3cb1ae97fc93430df685323c70d.tar.gz
netsurf-1097cc40b489c3cb1ae97fc93430df685323c70d.tar.bz2
remove unecessary browser.h include from core headers
Diffstat (limited to 'render/html_redraw.c')
-rw-r--r--render/html_redraw.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/render/html_redraw.c b/render/html_redraw.c
index 12ed1d3d4..f61a0076e 100644
--- a/render/html_redraw.c
+++ b/render/html_redraw.c
@@ -28,6 +28,7 @@
* Redrawing CONTENT_HTML implementation.
*/
+#include "utils/config.h"
#include <assert.h>
#include <stdbool.h>
#include <stdlib.h>
@@ -35,16 +36,16 @@
#include <math.h>
#include <dom/dom.h>
-#include "utils/config.h"
#include "utils/log.h"
#include "utils/messages.h"
#include "utils/utils.h"
+#include "utils/nsoption.h"
#include "content/content_protected.h"
#include "css/css.h"
#include "css/utils.h"
+#include "desktop/browser.h"
#include "desktop/plotters.h"
#include "desktop/selection.h"
-#include "utils/nsoption.h"
#include "desktop/print.h"
#include "desktop/scrollbar.h"
#include "desktop/textarea.h"