summaryrefslogtreecommitdiff
path: root/Ladybird/Tab.h
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2022-10-22 23:42:00 +0200
committerAndrew Kaster <andrewdkaster@gmail.com>2022-12-25 07:58:58 -0700
commit11b730fccb2e36a6b1409dddb54772e635638be2 (patch)
treea91ba7538e23936d8f46f185b4b13bf14ffb29a7 /Ladybird/Tab.h
parentc91978baa67e44f33bc1b0c1d1988b07147bdcda (diff)
downloadserenity-11b730fccb2e36a6b1409dddb54772e635638be2.zip
Ladybird: Use Browser's History.{cpp,h}
There are no custom changes for Ladybird in the current copies of those files, so we just need to ensure to keep Ladybird up to date for any changes made upstream.
Diffstat (limited to 'Ladybird/Tab.h')
-rw-r--r--Ladybird/Tab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ladybird/Tab.h b/Ladybird/Tab.h
index 1b6737555d..dd3bdb9b29 100644
--- a/Ladybird/Tab.h
+++ b/Ladybird/Tab.h
@@ -9,8 +9,8 @@
#define AK_DONT_REPLACE_STD
-#include "History.h"
#include "WebContentView.h"
+#include <Browser/History.h>
#include <QBoxLayout>
#include <QLabel>
#include <QLineEdit>