WebWorker: Do not prefix WebWorker include with "Services/"

We don't do this elsewhere and this breaks the GN build.
This commit is contained in:
Timothy Flynn 2023-12-05 12:15:46 -05:00 committed by Tim Flynn
parent 00e422fe1e
commit fff65046a3

View file

@ -14,8 +14,8 @@
#include <LibWeb/Loader/FileRequest.h>
#include <LibWeb/Worker/WebWorkerClientEndpoint.h>
#include <LibWeb/Worker/WebWorkerServerEndpoint.h>
#include <Services/WebWorker/PageHost.h>
#include <WebWorker/Forward.h>
#include <WebWorker/PageHost.h>
namespace WebWorker {