From b95811543372a20d644386c81a05498761cd032e Mon Sep 17 00:00:00 2001 From: Harris Hancock Date: Sat, 8 Oct 2022 13:37:50 +0100 Subject: [PATCH] Fix build I deleted this header, and forgot to remove this #include. --- src/workerd/io/worker.c++ | 1 - 1 file changed, 1 deletion(-) diff --git a/src/workerd/io/worker.c++ b/src/workerd/io/worker.c++ index 4721c633f08..054469fc550 100644 --- a/src/workerd/io/worker.c++ +++ b/src/workerd/io/worker.c++ @@ -15,7 +15,6 @@ #include #include #include -#include #include #include #include