diff --git a/src/ATC/AIMgr.cxx b/src/ATC/AIMgr.cxx index 871feb8b4..c0a6ec9a8 100644 --- a/src/ATC/AIMgr.cxx +++ b/src/ATC/AIMgr.cxx @@ -19,10 +19,10 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -#include
+#include + #include
#include
-#include #include diff --git a/src/ATC/AIMgr.hxx b/src/ATC/AIMgr.hxx index a186d1307..2c67eb020 100644 --- a/src/ATC/AIMgr.hxx +++ b/src/ATC/AIMgr.hxx @@ -22,7 +22,8 @@ #ifndef _FG_AIMGR_HXX #define _FG_AIMGR_HXX -#include
+#include + #include
#include @@ -33,7 +34,7 @@ SG_USING_STD(list); -class FGAIMgr : public FGSubsystem +class FGAIMgr : public SGSubsystem { private: diff --git a/src/ATC/ATC.cxx b/src/ATC/ATC.cxx index 2a51b89a5..d8fc4b737 100644 --- a/src/ATC/ATC.cxx +++ b/src/ATC/ATC.cxx @@ -24,7 +24,6 @@ #include -#include
#include
#include "ATC.hxx" diff --git a/src/ATC/ATCDialog.cxx b/src/ATC/ATCDialog.cxx index 9566e1da6..1a4aefa3f 100644 --- a/src/ATC/ATCDialog.cxx +++ b/src/ATC/ATCDialog.cxx @@ -18,10 +18,10 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +#include + #include
-#include
#include -#include #include "ATCDialog.hxx" #include "ATC.hxx" diff --git a/src/ATC/ATCdisplay.hxx b/src/ATC/ATCdisplay.hxx index ba50fd6c5..c41bb72f8 100644 --- a/src/ATC/ATCdisplay.hxx +++ b/src/ATC/ATCdisplay.hxx @@ -27,7 +27,7 @@ # include #endif -#include
+#include #include #include @@ -49,7 +49,7 @@ struct atcMessage { typedef vector atcMessageList; typedef atcMessageList::iterator atcMessageListIterator; -class FGATCDisplay : public FGSubsystem +class FGATCDisplay : public SGSubsystem { private: diff --git a/src/ATC/ATCmgr.cxx b/src/ATC/ATCmgr.cxx index fca305417..fc300d1af 100644 --- a/src/ATC/ATCmgr.cxx +++ b/src/ATC/ATCmgr.cxx @@ -18,8 +18,6 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -//#include