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
parent d06d4eb388
commit e6c01ef6e2

View file

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