LibWeb+Browser: Remove unnecessary InProcessWebView.h includes

This commit is contained in:
Andreas Kling 2021-08-24 16:28:08 +02:00
parent c915174563
commit dfa9dcca98
Notes: sideshowbarker 2024-07-18 05:19:30 +09:00
10 changed files with 7 additions and 11 deletions

View file

@ -11,7 +11,6 @@
#include <LibWeb/HTML/EventNames.h>
#include <LibWeb/HTML/HTMLFormElement.h>
#include <LibWeb/HTML/HTMLInputElement.h>
#include <LibWeb/InProcessWebView.h>
#include <LibWeb/Layout/BlockBox.h>
#include <LibWeb/Layout/ButtonBox.h>
#include <LibWeb/Layout/CheckBox.h>