From 5c0c0ecd2ea79e77cf7d8d3545b11724d60be4b2 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Thu, 26 Mar 2020 22:54:57 +0100 Subject: [PATCH] Removed erronous include. --- src/compiler/compiler_internal.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler/compiler_internal.h b/src/compiler/compiler_internal.h index dd99e4c71..f98acc4a6 100644 --- a/src/compiler/compiler_internal.h +++ b/src/compiler/compiler_internal.h @@ -3,7 +3,6 @@ // Use of this source code is governed by the GNU LGPLv3.0 license // a copy of which can be found in the LICENSE file. -#include #include "../utils/common.h" #include "../utils/errors.h" #include "../utils/lib.h"