X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fmain.cxx;h=8ac54aa5695984ea8d671a3e80b50954dad03b14;hb=b587400846111cc4d6713dcdd38b715c97923d5a;hp=146bd50fd8ee7c41094cc476546f60b40bdf8288;hpb=76a13e689d5c55def97074a98fc9b0efc31df624;p=flightgear.git diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 146bd50fd..8ac54aa56 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -32,21 +32,12 @@ # 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 @@ -55,6 +46,12 @@ #include #include #include +#include +#include +#include +#include +#include + #include