removed unused vmath include from input

This commit is contained in:
Sara 2023-11-12 19:46:35 +01:00
parent 988a87712b
commit 5119d56d5e

View file

@ -1,7 +1,6 @@
#ifndef _fencer_input_h
#define _fencer_input_h
#include "vmath.h"
#include "list.h"
#include "input_axis.h"
#include <SDL2/SDL_events.h>