From ef9e1dc496c41240de7921c25384e329f9414ab4 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Fri, 8 May 2026 23:21:40 -0400 Subject: fix opengl header order --- platform/gl/gl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/gl/gl.c b/platform/gl/gl.c index 915c37c..4072949 100644 --- a/platform/gl/gl.c +++ b/platform/gl/gl.c @@ -2,8 +2,8 @@ // quality here is meh. Things could be organized more into functions, but as // for now, it works fine, and isn't worth improving immediately. -#include #include +#include #include "common.h" #include "teensy.h" -- cgit v1.3-2-g0d8e