Minor formatting
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
diff --git a/include/FTGLBitmapFont.h b/include/FTGLBitmapFont.h
index 5e621d1..12feae0 100755
--- a/include/FTGLBitmapFont.h
+++ b/include/FTGLBitmapFont.h
@@ -1,9 +1,9 @@
-#ifndef __FTGLBitmapFont__
-#define __FTGLBitmapFont__
+#ifndef __FTGLBitmapFont__
+#define __FTGLBitmapFont__
+#include "FTFont.h"
#include "FTGL.h"
-#include "FTFont.h"
class FTGlyph;
diff --git a/include/FTGLExtrdFont.h b/include/FTGLExtrdFont.h
index 3c96984..01e2ac7 100644
--- a/include/FTGLExtrdFont.h
+++ b/include/FTGLExtrdFont.h
@@ -1,9 +1,9 @@
-#ifndef __FTGLExtrdFont__
-#define __FTGLExtrdFont__
+#ifndef __FTGLExtrdFont__
+#define __FTGLExtrdFont__
+#include "FTFont.h"
#include "FTGL.h"
-#include "FTFont.h"
class FTGlyph;
diff --git a/include/FTGLOutlineFont.h b/include/FTGLOutlineFont.h
index c658539..f362746 100755
--- a/include/FTGLOutlineFont.h
+++ b/include/FTGLOutlineFont.h
@@ -1,9 +1,9 @@
#ifndef __FTGLOutlineFont__
#define __FTGLOutlineFont__
-#include "FTGL.h"
#include "FTFont.h"
+#include "FTGL.h"
class FTGlyph;
diff --git a/include/FTGLPixmapFont.h b/include/FTGLPixmapFont.h
index 1a6bef4..3de8932 100755
--- a/include/FTGLPixmapFont.h
+++ b/include/FTGLPixmapFont.h
@@ -2,9 +2,9 @@
#define __FTGLPixmapFont__
+#include "FTFont.h"
#include "FTGL.h"
-#include "FTFont.h"
class FTGlyph;
diff --git a/include/FTGLPolygonFont.h b/include/FTGLPolygonFont.h
index 1e41721..54e624a 100755
--- a/include/FTGLPolygonFont.h
+++ b/include/FTGLPolygonFont.h
@@ -1,9 +1,9 @@
#ifndef __FTGLPolygonFont__
#define __FTGLPolygonFont__
-#include "FTGL.h"
-#include "FTFont.h"
+#include "FTFont.h"
+#include "FTGL.h"
class FTGlyph;
diff --git a/include/FTSize.h b/include/FTSize.h
index 4a0b52a..12a839f 100755
--- a/include/FTSize.h
+++ b/include/FTSize.h
@@ -94,7 +94,6 @@ class FTGL_EXPORT FTSize
*/
float Underline() const;
-
/**
* Queries for errors.
*