From ae72aa7e0ba03eafd78421a95c979c7c138f7679 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Sat, 11 Nov 2023 18:19:45 +0100 Subject: [PATCH] :fire: remove soundinfo warning --- plug | 2 +- tests/module/module.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/plug b/plug index 25a9cc19..28347599 160000 --- a/plug +++ b/plug @@ -1 +1 @@ -Subproject commit 25a9cc19cb52947738bdf657b97f899ce869ee4b +Subproject commit 283475992a1616b42e4b3fdab687f1efb88d1f72 diff --git a/tests/module/module.c b/tests/module/module.c index 65e0df77..d2e72c59 100644 --- a/tests/module/module.c +++ b/tests/module/module.c @@ -2,8 +2,6 @@ #include "gwion_ast.h" #include "gwion_env.h" #include "vm.h" -#include "plug.h" -#include "driver.h" #include "gwion.h" GWMODINI(dummy_module) { -- 2.43.0