evolving the basic gfx abstractions
[nexus3d] / src / wsys / wsys_fglut.c
index 8194813..8ed49de 100644 (file)
@@ -1,6 +1,6 @@
-#include <GL/freeglut.h>
 #include "nexus3d_impl.h"
 #include "gl/opengl.h"
+#include <GL/freeglut.h>
 
 static void winclose(void);
 static void display(void);