]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/hud.hxx
Attempt #1 to sort out confusion between left / right / parking brake
[flightgear.git] / src / Cockpit / hud.hxx
index d1239b0a40c730f5a106597c690bc34ee4034b93..56afcbc6e45f02f8e0ce1fc78b3f4cd3f3f73a6e 100644 (file)
@@ -38,7 +38,6 @@
 #  include <windows.h>
 #endif
 
-#include <GL/glut.h>
 #include <stdlib.h>
 #include <string.h>
 
@@ -46,6 +45,7 @@
 //#  include <values.h>  // for MAXINT
 //#endif
 
+#include <algorithm>    // for_each()
 #include <vector>       // STL vector
 #include <deque>        // STL double ended queue
 #include STL_FSTREAM