X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fmain.cxx;h=8ac54aa5695984ea8d671a3e80b50954dad03b14;hb=b587400846111cc4d6713dcdd38b715c97923d5a;hp=ba2483da0b413d7393f28c4d1ad103c12c5c6156;hpb=c8a9fd2bd4ae66dc256af8969d50806398150ec8;p=flightgear.git diff --git a/src/Main/main.cxx b/src/Main/main.cxx index ba2483da0..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