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
commit fff65046a3
Notes: sideshowbarker 2024-07-16 18:26:46 +09:00

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 {