aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-06-30 12:39:09 +0200
committerdec05eba <dec05eba@protonmail.com>2023-06-30 12:39:09 +0200
commitcc142e3e8223b6854ea08ba944c0a24905eedf88 (patch)
treec3c5e4b66079b975b79ce793ca380da8282bf963 /include
parent8d0c09bafe37653ed340acd89a27be6a4f928f9c (diff)
Cleanup window deinit
Diffstat (limited to 'include')
-rw-r--r--include/mgl/window/event.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mgl/window/event.h b/include/mgl/window/event.h
index 1e7cebf..31af4f1 100644
--- a/include/mgl/window/event.h
+++ b/include/mgl/window/event.h
@@ -1,8 +1,6 @@
#ifndef MGL_EVENT_H
#define MGL_EVENT_H
-#include "key.h"
-#include "mouse_button.h"
#include <stdbool.h>
#include <stdint.h>