aboutsummaryrefslogtreecommitdiffstats
path: root/pugl
diff options
context:
space:
mode:
Diffstat (limited to 'pugl')
-rw-r--r--pugl/gl.h1
-rw-r--r--pugl/glew.h1
-rw-r--r--pugl/glu.h1
-rw-r--r--pugl/pugl_win.cpp1
-rw-r--r--pugl/pugl_x11.c1
5 files changed, 2 insertions, 3 deletions
diff --git a/pugl/gl.h b/pugl/gl.h
index 9a6aeef..55a55c4 100644
--- a/pugl/gl.h
+++ b/pugl/gl.h
@@ -29,4 +29,3 @@
# endif
# include "GL/gl.h"
#endif
-
diff --git a/pugl/glew.h b/pugl/glew.h
index 5374406..2dc9b05 100644
--- a/pugl/glew.h
+++ b/pugl/glew.h
@@ -29,4 +29,3 @@
# endif
# include "GL/glew.h"
#endif
-
diff --git a/pugl/glu.h b/pugl/glu.h
index 0d3e8e1..78d181c 100644
--- a/pugl/glu.h
+++ b/pugl/glu.h
@@ -29,4 +29,3 @@
# endif
# include "GL/glu.h"
#endif
-
diff --git a/pugl/pugl_win.cpp b/pugl/pugl_win.cpp
index 1933586..6e27a8d 100644
--- a/pugl/pugl_win.cpp
+++ b/pugl/pugl_win.cpp
@@ -22,6 +22,7 @@
#include <windows.h>
#include <windowsx.h>
+
#include <GL/gl.h>
#include <stdio.h>
diff --git a/pugl/pugl_x11.c b/pugl/pugl_x11.c
index 2fd6e92..b6ec603 100644
--- a/pugl/pugl_x11.c
+++ b/pugl/pugl_x11.c
@@ -24,6 +24,7 @@
#include "pugl/pugl_internal.h"
#include "pugl/pugl_x11.h"
+
#ifdef PUGL_HAVE_GL
#include "pugl/pugl_x11_gl.h"
#endif