]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/ground.cxx
If it's a struct, it's not a class
[flightgear.git] / src / ATC / ground.cxx
index ebd172d2319731508187897d9403e51540bab321..1a1948383ba3ba741f8435bfc88610c90f6e3465 100644 (file)
@@ -16,7 +16,7 @@
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 #ifdef HAVE_CONFIG_H
 #  include <config.h>
 #include STL_FSTREAM
 
 #include "ground.hxx"
-#include "ATCmgr.hxx"
-#include "ATCutils.hxx"
 #include "ATCdisplay.hxx"
+#include "ATCutils.hxx"
 #include "AILocalTraffic.hxx"
+#include "ATCmgr.hxx"
 
 SG_USING_STD(ifstream);
 SG_USING_STD(cout);