reorder includes

This commit is contained in:
2025-09-13 15:51:13 +02:00
parent 2ceee99021
commit df96d9cdba
3 changed files with 5 additions and 10 deletions
+2 -3
View File
@@ -1,11 +1,10 @@
#include <GLFW/glfw3.h>
#include <glad/gl.h>
#include <linmath.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <glad/gl.h>
#include <linmath.h>
#include "file.h"
#include "shaders.h"
#include "types.h"