]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/FGButton.cxx
Minor renaming issue.
[flightgear.git] / src / Input / FGButton.cxx
index 63a679d79e02f74cd3b7919af1617c69d6a1cb24..315b4d3e9aaba9927780813d0ec29a8fa4804945 100644 (file)
@@ -28,7 +28,6 @@
 
 #include "FGButton.hxx"
 
-#include <simgear/math/SGMath.hxx>
 
 FGButton::FGButton ()
   : is_repeatable(false),
@@ -45,7 +44,7 @@ FGButton::~FGButton ()
 }
 
 
-void FGButton::init( const SGPropertyNode * node, const std::string name, std::string & module )
+void FGButton::init( const SGPropertyNode * node, const std::string name, std::string & module )
 {
   if (node == 0) {
     SG_LOG(SG_INPUT, SG_DEBUG, "No bindings for button " << name);