mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:37:35 +00:00
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:
parent
00e422fe1e
commit
fff65046a3
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue