summaryrefslogtreecommitdiff
path: root/desktop/local_history.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2014-01-29 21:35:53 +0000
committerVincent Sanders <vince@netsurf-browser.org>2014-01-29 21:35:53 +0000
commitdb33103fa3d0e7b4623dc321792963969e15e683 (patch)
tree75becbaeddbf38c2d199f76ba168577258758d8d /desktop/local_history.c
parent829b4fd4546670512f8543c8bc8ed80372566f08 (diff)
downloadnetsurf-db33103fa3d0e7b4623dc321792963969e15e683.tar.gz
netsurf-db33103fa3d0e7b4623dc321792963969e15e683.tar.bz2
clean up desktop/gui.h include usage
Diffstat (limited to 'desktop/local_history.c')
-rw-r--r--desktop/local_history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/local_history.c b/desktop/local_history.c
index d4ecfd3bb..9829f51b6 100644
--- a/desktop/local_history.c
+++ b/desktop/local_history.c
@@ -26,12 +26,12 @@
#include <stdlib.h>
#include <string.h>
#include <time.h>
+
#include "content/content.h"
#include "content/hlcache.h"
#include "content/urldb.h"
#include "css/css.h"
#include "desktop/browser.h"
-#include "desktop/gui.h"
#include "desktop/local_history.h"
#include "desktop/plotters.h"
#include "desktop/thumbnail.h"