X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fmain.cxx;h=54d2bdbc74735aa043db4fd53c2af6c619e1b014;hb=2963b90195915bab1f22233cc263a8c902427908;hp=8117475406d8c12ef40e674003d0de18f1d0753c;hpb=a69dfbbc9a9a6c19d680be3d44aea86ab6813439;p=flightgear.git diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 811747540..54d2bdbc7 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -32,20 +32,13 @@ # 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 @@ -53,6 +46,11 @@ #include #include #include +#include +#include +#include +#include + #include