From 0ca42e81f31d31270c44f81d88fff33361817720 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Sat, 3 Sep 2022 03:57:43 -0700 Subject: Plugin API (#1199) * Plugin API * Fix the bugs * Implement `"object"` loader Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> --- src/bun.js/bindings/BunJSCModule.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/bun.js/bindings/BunJSCModule.cpp') diff --git a/src/bun.js/bindings/BunJSCModule.cpp b/src/bun.js/bindings/BunJSCModule.cpp index f6054d7f3..39e20d346 100644 --- a/src/bun.js/bindings/BunJSCModule.cpp +++ b/src/bun.js/bindings/BunJSCModule.cpp @@ -1,5 +1,4 @@ #include "root.h" -#include "JavaScriptCore/JSCInlines.h" #include "JavaScriptCore/JavaScript.h" #include "wtf/FileSystem.h" -- cgit v1.2.3