]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/FGCommonInput.cxx
Fix Linux compile / math dependency
[flightgear.git] / src / Input / FGCommonInput.cxx
index 3e9d92aa981188d20c631b780c7ce951ed72c0e0..1419d2a01411dd51ace4712fe78c8370326e37bd 100644 (file)
@@ -30,9 +30,8 @@
 #include <Main/globals.hxx>
 #include <Main/fg_os.hxx>
 
-#include <simgear/math/SGMath.hxx>
-
 using simgear::PropertyList;
+using std::string;
 
 void FGCommonInput::read_bindings (const SGPropertyNode * node, binding_list_t * binding_list, int modifiers, const string & module )
 {