X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fmain.cxx;h=8c64afae12ef6a81e6590d292b4f6f2bae48edad;hb=93c6d15e194370c67b4d91ef58492002b78049b5;hp=e3b2f22f98e40c55c4db7bdc4c258f431f92254b;hpb=7b824755ee96b8db4240ca9999570f3c7bacdad7;p=flightgear.git diff --git a/src/Main/main.cxx b/src/Main/main.cxx index e3b2f22f9..07c10598a 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -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,29 +32,28 @@ # include #endif -#ifdef SG_MATH_EXCEPTION_CLASH -# include -#endif - -#ifdef HAVE_WINDOWS_H -# include -# include -#endif +#include #include -#include -#include -#include +#include +#include +#include // Class references -#include #include #include #include #include +#include +#include +#include +#include +#include + #include