diff options
Diffstat (limited to 'src/bun.js/bindings/JSBuffer.cpp')
-rw-r--r-- | src/bun.js/bindings/JSBuffer.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bun.js/bindings/JSBuffer.cpp b/src/bun.js/bindings/JSBuffer.cpp index 5c41ba0b1..00965da89 100644 --- a/src/bun.js/bindings/JSBuffer.cpp +++ b/src/bun.js/bindings/JSBuffer.cpp @@ -38,8 +38,6 @@ #include "JavaScriptCore/BuiltinNames.h" #include "JSBufferEncodingType.h" -#include "JSBufferPrototypeBuiltins.h" -#include "JSBufferConstructorBuiltins.h" #include "JavaScriptCore/JSBase.h" #if ENABLE(MEDIA_SOURCE) #include "BufferMediaSource.h" @@ -2177,4 +2175,4 @@ bool JSBuffer__isBuffer(JSC::JSGlobalObject* lexicalGlobalObject, JSC::EncodedJS JSValue prototype = cell->getPrototype(vm, lexicalGlobalObject); return prototype.inherits<WebCore::JSBufferPrototype>(); -}
\ No newline at end of file +} |