summaryrefslogtreecommitdiff
path: root/src/systems
diff options
context:
space:
mode:
authorOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-02-25 13:40:56 +1100
committerOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-02-25 13:40:56 +1100
commitc7957d8ba4c1fe25362f8a033d39acc90de56a0f (patch)
tree0398ce359b882fa381519c7c2d5b26c223a26de6 /src/systems
parent80a734de03eaf3d534f95010653c47bf54389f48 (diff)
parent64f23d9726c55d5c965f123ffc5b6ca47ec1f475 (diff)
Merge branch 'master' into feature/some-string-utils
Diffstat (limited to 'src/systems')
-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"