diff options
author | 2023-10-17 19:42:37 -0700 | |
---|---|---|
committer | 2023-10-17 19:42:37 -0700 | |
commit | cb5c4c71c866362dce24eff79251fed6add53e9f (patch) | |
tree | 5635cf21140ff2eac14539316f7c6d6704925bd3 /src/bun.js/bindings/ZigGlobalObject.h | |
parent | bf12268274faac1a38d33007be7a48af9e570761 (diff) | |
download | bun-cb5c4c71c866362dce24eff79251fed6add53e9f.tar.gz bun-cb5c4c71c866362dce24eff79251fed6add53e9f.tar.zst bun-cb5c4c71c866362dce24eff79251fed6add53e9f.zip |
Diffstat (limited to 'src/bun.js/bindings/ZigGlobalObject.h')
-rw-r--r-- | src/bun.js/bindings/ZigGlobalObject.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bun.js/bindings/ZigGlobalObject.h b/src/bun.js/bindings/ZigGlobalObject.h index 19630d4b7..03164fa77 100644 --- a/src/bun.js/bindings/ZigGlobalObject.h +++ b/src/bun.js/bindings/ZigGlobalObject.h @@ -38,7 +38,6 @@ class InternalModuleRegistry; #include "JavaScriptCore/JSGlobalObject.h" #include "JavaScriptCore/JSTypeInfo.h" #include "JavaScriptCore/Structure.h" -#include "WebCoreJSBuiltins.h" #include "DOMConstructors.h" #include "BunPlugin.h" |