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:
Timothy Flynn 2023-05-20 10:52:02 -04:00 committed by Tim Flynn
commit e6c01ef6e2
Notes: sideshowbarker 2024-07-17 06:33:00 +09:00

View file

@ -5,7 +5,7 @@
*/
#include "WebContentClient.h"
#include "OutOfProcessWebView.h"
#include "ViewImplementation.h"
#include <AK/Debug.h>
#include <LibWeb/Cookie/ParsedCookie.h>