diff options
| -rw-r--r-- | platform/gl/gl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <GLFW/glfw3.h> #include <glad/glad.h> +#include <GLFW/glfw3.h> #include "common.h" #include "teensy.h" |
