diff options
Diffstat (limited to 'pugl/pugl_x11_gl.c')
-rw-r--r-- | pugl/pugl_x11_gl.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pugl/pugl_x11_gl.c b/pugl/pugl_x11_gl.c index 809f4a3..d6242f2 100644 --- a/pugl/pugl_x11_gl.c +++ b/pugl/pugl_x11_gl.c @@ -14,14 +14,14 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <stdlib.h> +#include "pugl/pugl_internal_types.h" +#include "pugl/pugl_x11.h" +#include "pugl/pugl_x11_gl.h" #include <GL/gl.h> #include <GL/glx.h> -#include "pugl/pugl_x11.h" -#include "pugl/pugl_x11_gl.h" -#include "pugl/pugl_internal_types.h" +#include <stdlib.h> typedef struct { GLXContext ctx; |