summaryrefslogtreecommitdiff
path: root/src/gl.c
diff options
context:
space:
mode:
authoronelin <oscar@nelin.dk>2025-11-15 20:33:50 +0000
committeronelin <oscar@nelin.dk>2025-11-15 21:16:41 +0000
commit9b1c7caceff6af24d76146bcc7a4495ff9ef3ede (patch)
tree0cd3bb0ee78eec0556db4ba6208d235f706b2d8f /src/gl.c
parenta4c67096a3afd74ec9ceff9260cff9ad0336b208 (diff)
Simplify render command buffer
Diffstat (limited to 'src/gl.c')
-rw-r--r--src/gl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gl.c b/src/gl.c
index 0eb4744..5178ef9 100644
--- a/src/gl.c
+++ b/src/gl.c
@@ -8,7 +8,6 @@
#include <daw/logging.h>
#include <daw/rendering.h>
-#include <daw/platform.h>
#include <daw/daw.h>
extern Instance* GLOBAL_PLATFORM;