mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
Everywhere: Add semantically-missing includes
For example, FindInFilesWidget.h mentions GUI::TableView, but did not include it. On the other hand, all source files that include FindInFilesWidget.h also include TableView.h, so the issue is only cosmetical.
This commit is contained in:
committed by
Andreas Kling
parent
667b417d9f
commit
7961e09c29
Notes:
sideshowbarker
2024-07-18 22:31:03 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/7961e09c298 Pull-request: https://github.com/SerenityOS/serenity/pull/5258
@@ -27,6 +27,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <LibGUI/Button.h>
|
||||
#include <LibGUI/TableView.h>
|
||||
#include <LibGUI/TextBox.h>
|
||||
#include <LibGUI/Widget.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user