From fff65046a3740f8e2da9879ce40080ea210432e9 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Tue, 5 Dec 2023 12:15:46 -0500 Subject: [PATCH] WebWorker: Do not prefix WebWorker include with "Services/" We don't do this elsewhere and this breaks the GN build. --- Userland/Services/WebWorker/ConnectionFromClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Userland/Services/WebWorker/ConnectionFromClient.h b/Userland/Services/WebWorker/ConnectionFromClient.h index fe410a1730..4c971129ee 100644 --- a/Userland/Services/WebWorker/ConnectionFromClient.h +++ b/Userland/Services/WebWorker/ConnectionFromClient.h @@ -14,8 +14,8 @@ #include #include #include -#include #include +#include namespace WebWorker {