Ladybird/Qt: Remove unused history-related includes

This commit is contained in:
Timothy Flynn 2024-04-14 16:17:20 -04:00 committed by Alexander Kalenik
parent 7f0920b0e9
commit 7c54b15d6d
Notes: sideshowbarker 2024-07-17 00:53:02 +09:00
2 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@
#include <AK/TemporaryChange.h>
#include <LibGfx/ImageFormats/BMPWriter.h>
#include <LibGfx/Painter.h>
#include <LibWeb/HTML/HistoryHandlingBehavior.h>
#include <LibWeb/HTML/SelectedFile.h>
#include <LibWebView/SearchEngine.h>
#include <LibWebView/SourceHighlighter.h>

View File

@ -10,7 +10,6 @@
#include "LocationEdit.h"
#include "WebContentView.h"
#include <LibWeb/HTML/AudioPlayState.h>
#include <LibWebView/History.h>
#include <QBoxLayout>
#include <QLabel>
#include <QLineEdit>