]> git.mxchange.org Git - simgear.git/blobdiff - simgear/structure/event_mgr.cxx
Fix state-machine test linkage with static libs.
[simgear.git] / simgear / structure / event_mgr.cxx
index f448a6495bd063c951b357e070c730cee29ce878..cd3de3b91af7cc0fd7ba569f0e1b3a1de4ee04ca 100644 (file)
@@ -4,7 +4,6 @@
 
 #include "event_mgr.hxx"
 
-#include <simgear/math/SGMath.hxx>
 #include <simgear/debug/logstream.hxx>
 
 void SGEventMgr::add(const std::string& name, SGCallback* cb,