mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:14:58 +00:00
LibWebView: Replace OOPWV inclusion with ViewImplementation.h
This is the header WebContentClient actually needs. Just noticed by clangd when OOPWV.h has errors that don't apply to WebContentClient at all.
This commit is contained in:
parent
d06d4eb388
commit
e6c01ef6e2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#include "WebContentClient.h"
|
||||
#include "OutOfProcessWebView.h"
|
||||
#include "ViewImplementation.h"
|
||||
#include <AK/Debug.h>
|
||||
#include <LibWeb/Cookie/ParsedCookie.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue