]> git.mxchange.org Git - flightgear.git/commitdiff
Use the proper include definition.
authorehofman <ehofman>
Thu, 20 Jan 2005 09:22:38 +0000 (09:22 +0000)
committerehofman <ehofman>
Thu, 20 Jan 2005 09:22:38 +0000 (09:22 +0000)
utils/Modeller/normalmap.cxx

index 0b1fb361a04040133c83bcfbdf538badfa57ce99..f5babb13d5161d40bab7fc79e9cfc24e0d71f766 100644 (file)
@@ -4,11 +4,12 @@
  *
  * This file is in public domain.
  */
+#include <simgear/compiler.h>
 
 #include <string.h>
 #include <stdlib.h>
-#include <simgear/compiler.h>
-#include GL_H
+#include SG_GL_H
+
 #include <simgear/screen/texture.hxx>