]> git.mxchange.org Git - flightgear.git/blobdiff - src/Aircraft/controls.hxx
Added two missing files from JSBSim.org that were missing in the last sync.
[flightgear.git] / src / Aircraft / controls.hxx
index bd171705555afd9a98dec5494f37d89883b696fd..d9ea286f7ebf6946917643aaa91ff1f172ec10f4 100644 (file)
 #ifndef _CONTROLS_HXX
 #define _CONTROLS_HXX
 
-#include <simgear/props/props.hxx>
 #include <simgear/structure/subsystem_mgr.hxx>
 
-#include <Main/globals.hxx>
-
-#ifndef __cplusplus                                                          
-# error This library requires C++
-#endif                                   
-
-
 // Define a structure containing the control parameters
 
 class FGControls : public SGSubsystem