X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fmain.cxx;h=8ac54aa5695984ea8d671a3e80b50954dad03b14;hb=571f7301f2b0b493f90769baa0728f82fa8ea731;hp=90d96b4e34d35ed854f08778e38d0ade13f3db47;hpb=6c4061bdc500d7059b71ccee3e814be6d8dddb0b;p=flightgear.git diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 90d96b4e3..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