From: Jérémie Astor Date: Tue, 4 Aug 2020 08:29:35 +0000 (+0200) Subject: :art: Remove useless include X-Git-Tag: nightly~1410 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=184fa7bfae76d1a0373aaa6725b1317e5dbd7b9c;p=gwion.git :art: Remove useless include --- diff --git a/src/vm/vm.c b/src/vm/vm.c index b4582fcf..aab88f5a 100644 --- a/src/vm/vm.c +++ b/src/vm/vm.c @@ -11,7 +11,6 @@ #include "gwion.h" #include "operator.h" #include "import.h" -#include "map_private.h" #include "gack.h" #include "array.h"