summaryrefslogtreecommitdiff
path: root/src/systems/input.c
diff options
context:
space:
mode:
authorOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-02-25 13:24:04 +1100
committerOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-02-25 13:24:04 +1100
commit2753d38533084d6c5b73da8dfcb82362490547dc (patch)
tree4086c89fdc5848a2e8fc90ef005783827b3512f6 /src/systems/input.c
parent096cd5ad3e921a4488b6484365de973942b5231b (diff)
change glfw header imports
Diffstat (limited to 'src/systems/input.c')
-rw-r--r--src/systems/input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systems/input.c b/src/systems/input.c
index 3b7ab9e..292d438 100644
--- a/src/systems/input.c
+++ b/src/systems/input.c
@@ -1,6 +1,6 @@
#include "input.h"
-#include <GLFW/glfw3.h>
+#include <glfw3.h>
#include "log.h"