]> git.mxchange.org Git - flightgear.git/blobdiff - src/Objects/material.hxx
Changes to begin incorporating plib support for managing and rendering the
[flightgear.git] / src / Objects / material.hxx
index d5399dbc8c35f1a95d36affc6caeb96b947c3930..fff6695e1f72fccc8ffd45ac0fb7044a7324d316 100644 (file)
@@ -37,7 +37,7 @@
 #  include <windows.h>
 #endif
 
-#include "Include/compiler.h"
+#include <Include/compiler.h>
 
 #include <GL/glut.h>
 #include <XGL/xgl.h>
@@ -94,7 +94,6 @@ public:
     inline GLfloat *get_diffuse() { return diffuse; }
     inline GLfloat *get_specular() { return specular; }
     inline GLfloat *get_emissive() { return emissive; }
-
 };