From 539c1ddd4029f4ea62368c45955d0c1f6bca4006 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 15 Feb 2019 22:37:50 +0100 Subject: Clean up includes --- pugl/pugl_osx.m | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pugl/pugl_osx.m') diff --git a/pugl/pugl_osx.m b/pugl/pugl_osx.m index 71d98a1..712f5fc 100644 --- a/pugl/pugl_osx.m +++ b/pugl/pugl_osx.m @@ -19,14 +19,14 @@ @file pugl_osx.m OSX/Cocoa Pugl Implementation. */ -#include - -#import - #include "pugl/cairo_gl.h" #include "pugl/gl.h" #include "pugl/pugl_internal.h" +#import + +#include + @class PuglOpenGLView; struct PuglInternalsImpl { -- cgit v1.2.1