X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FMain%2Fmain.cxx;h=54d2bdbc74735aa043db4fd53c2af6c619e1b014;hb=2963b90195915bab1f22233cc263a8c902427908;hp=2fccf1ea3a541d0b36114f3fe6e9a3bfcf53fe49;hpb=d88f31fda2603fb0d208d41c7da5777787f11786;p=flightgear.git diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 2fccf1ea3..54d2bdbc7 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -2,7 +2,7 @@ // // Written by Curtis Olson, started May 1997. // -// Copyright (C) 1997 - 2002 Curtis L. Olson - curt@flightgear.org +// Copyright (C) 1997 - 2002 Curtis L. Olson - http://www.flightgear.org/~curt // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as @@ -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. // // $Id$ @@ -32,96 +32,64 @@ # include #endif -#ifdef SG_MATH_EXCEPTION_CLASH -# include -#endif - -#ifdef HAVE_WINDOWS_H -# include -# include -#endif +#include -#include #include -#include +#include +#include +#include + +// Class references +#include +#include #include -#include +#include #include +#include +#include #include -#include -#include -#include #include -#include -#ifdef FG_USE_CLOUDS_3D -# include -# include -#endif - -#include -#include #include