summaryrefslogtreecommitdiff
path: root/frontends/gtk/gui.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/gui.c
parent189b7b45fb9805d1beae9506cac2c001bd680470 (diff)
downloadnetsurf-f17e88e7098a5b1c817184e6bf59dcc5d9073ae9.tar.gz
netsurf-f17e88e7098a5b1c817184e6bf59dcc5d9073ae9.tar.bz2
rename gtk global history implementation
Diffstat (limited to 'frontends/gtk/gui.c')
-rw-r--r--frontends/gtk/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/gtk/gui.c b/frontends/gtk/gui.c
index 1f22b6076..8d0bb75d7 100644
--- a/frontends/gtk/gui.c
+++ b/frontends/gtk/gui.c
@@ -58,7 +58,7 @@
#include "gtk/download.h"
#include "gtk/fetch.h"
#include "gtk/gui.h"
-#include "gtk/history.h"
+#include "gtk/global_history.h"
#include "gtk/hotlist.h"
#include "gtk/throbber.h"
#include "gtk/treeview.h"