]> git.lizzy.rs Git - shadowclad.git/blobdiff - debugutil.c
Format header includes
[shadowclad.git] / debugutil.c
index 191bb4b19159012580eb33283072709dc68d4e49..1f1e8988e0e7454019a40c5f483df92cf5df881b 100644 (file)
@@ -1,8 +1,9 @@
 #include <GL/gl.h>
+#include <assimp/scene.h>
+
 #include <string.h>
 #include <stdlib.h>
 #include <stdio.h>
-#include <assimp/scene.h>
 
 char* getGlInfoString() {
        const char* glVersion = (const char*) glGetString(GL_VERSION);