summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
Diffstat (limited to 'windows')
-rw-r--r--windows/gui.c2
-rw-r--r--windows/localhistory.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/windows/gui.c b/windows/gui.c
index f8d57fd33..767f6812e 100644
--- a/windows/gui.c
+++ b/windows/gui.c
@@ -33,7 +33,7 @@
#include "content/fetch.h"
#include "css/utils.h"
#include "desktop/browser_private.h"
-#include "desktop/history_core.h"
+#include "desktop/local_history.h"
#include "desktop/mouse.h"
#include "desktop/netsurf.h"
#include "utils/nsoption.h"
diff --git a/windows/localhistory.c b/windows/localhistory.c
index f58ab81cc..0b298719f 100644
--- a/windows/localhistory.c
+++ b/windows/localhistory.c
@@ -23,7 +23,7 @@
#include <commctrl.h>
#include "desktop/browser_private.h"
-#include "desktop/history_core.h"
+#include "desktop/local_history.h"
#include "desktop/plotters.h"
#include "utils/utils.h"
#include "utils/log.h"