From 5119d56d5ef347bee652ece3a3edb5bbc6bb952b Mon Sep 17 00:00:00 2001 From: Sara Date: Sun, 12 Nov 2023 19:46:35 +0100 Subject: [PATCH] removed unused vmath include from input --- src/input.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/input.h b/src/input.h index 58ff502..fd4ed4c 100644 --- a/src/input.h +++ b/src/input.h @@ -1,7 +1,6 @@ #ifndef _fencer_input_h #define _fencer_input_h -#include "vmath.h" #include "list.h" #include "input_axis.h" #include