summaryrefslogtreecommitdiff
path: root/frontends/gtk/scaffolding.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-08-04 23:50:06 +0100
committerVincent Sanders <vince@kyllikki.org>2016-08-04 23:50:06 +0100
commitf17e88e7098a5b1c817184e6bf59dcc5d9073ae9 (patch)
tree21bbc4e652450e724eb7025f2809e3a36e62c9de /frontends/gtk/scaffolding.c
parent189b7b45fb9805d1beae9506cac2c001bd680470 (diff)
downloadnetsurf-f17e88e7098a5b1c817184e6bf59dcc5d9073ae9.tar.gz
netsurf-f17e88e7098a5b1c817184e6bf59dcc5d9073ae9.tar.bz2
rename gtk global history implementation
Diffstat (limited to 'frontends/gtk/scaffolding.c')
-rw-r--r--frontends/gtk/scaffolding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/gtk/scaffolding.c b/frontends/gtk/scaffolding.c
index 3c47b4df1..cdf238bb5 100644
--- a/frontends/gtk/scaffolding.c
+++ b/frontends/gtk/scaffolding.c
@@ -60,7 +60,7 @@
#include "gtk/viewsource.h"
#include "gtk/bitmap.h"
#include "gtk/gui.h"
-#include "gtk/history.h"
+#include "gtk/global_history.h"
#include "gtk/hotlist.h"
#include "gtk/download.h"
#include "gtk/menu.h"