diff options
author | Andreas Kling <kling@serenityos.org> | 2020-09-27 20:18:30 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-09-27 20:26:58 +0200 |
commit | 2bc5bc64fbbf77eeb6b0bb4c90026cca91441f5d (patch) | |
tree | d73ffe547870e665aacba477ea164d0a2d068c49 /Libraries/LibJS/Runtime/ErrorConstructor.cpp | |
parent | 861815596fdaef0fb109c919d1d0844593fbf73a (diff) | |
download | serenity-2bc5bc64fbbf77eeb6b0bb4c90026cca91441f5d.zip |
LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h>
Diffstat (limited to 'Libraries/LibJS/Runtime/ErrorConstructor.cpp')
-rw-r--r-- | Libraries/LibJS/Runtime/ErrorConstructor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Libraries/LibJS/Runtime/ErrorConstructor.cpp b/Libraries/LibJS/Runtime/ErrorConstructor.cpp index 3e6b87316c..0c00b78485 100644 --- a/Libraries/LibJS/Runtime/ErrorConstructor.cpp +++ b/Libraries/LibJS/Runtime/ErrorConstructor.cpp @@ -24,7 +24,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <LibJS/Interpreter.h> #include <LibJS/Runtime/Error.h> #include <LibJS/Runtime/ErrorConstructor.h> #include <LibJS/Runtime/GlobalObject.h> |