mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 18:32:28 -05: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
Reference in a new issue