From 392a58b0ed991e865ba37f2c122d6343b46bbc7e Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Thu, 26 Sep 2024 22:01:05 -0700 Subject: [PATCH] remove duplicate root.h includes (#14194) --- src/bun.js/bindings/ErrorCode.cpp | 1 - src/bun.js/bindings/Weak.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/src/bun.js/bindings/ErrorCode.cpp b/src/bun.js/bindings/ErrorCode.cpp index 08d0685998..f8a1aadd2c 100644 --- a/src/bun.js/bindings/ErrorCode.cpp +++ b/src/bun.js/bindings/ErrorCode.cpp @@ -7,7 +7,6 @@ #include "JavaScriptCore/ErrorType.h" #include "JavaScriptCore/ObjectConstructor.h" #include "JavaScriptCore/WriteBarrier.h" -#include "root.h" #include "headers-handwritten.h" #include "BunClientData.h" #include "helpers.h" diff --git a/src/bun.js/bindings/Weak.cpp b/src/bun.js/bindings/Weak.cpp index 90d4e98391..33c885dea4 100644 --- a/src/bun.js/bindings/Weak.cpp +++ b/src/bun.js/bindings/Weak.cpp @@ -1,7 +1,6 @@ #include "root.h" #include #include "BunClientData.h" -#include "root.h" #include #include