X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FMain%2Fmain.cxx;h=d120c8f58d5d7ecf63f478416aa63d1d6a1aeffe;hb=45390e0655fffa45a16cba77fafdd9421ed7d6e2;hp=fe21913f8ad133966b943c48deb3b23b2edb93b6;hpb=26dca370280eff3dab0af3cb425dd2c2e94941bd;p=flightgear.git diff --git a/src/Main/main.cxx b/src/Main/main.cxx index fe21913f8..d120c8f58 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -25,17 +25,20 @@ # include #endif -#ifdef FG_MATH_EXCEPTION_CLASH +#include +#include + +#ifdef SG_MATH_EXCEPTION_CLASH # include #endif #ifdef HAVE_WINDOWS_H -# include -# include +# include +# include #endif #include -#include +#include #include #include @@ -53,19 +56,19 @@ # include // for stat() #endif +// #ifdef HAVE_LIBX11 +// # include +// #endif + +#include #include #include -#ifdef ENABLE_AUDIO_SUPPORT -# include -# include -#endif - #include // for VERSION #include #include #include -#include +#include #include #include #include @@ -81,21 +84,29 @@ #include #include -#include +#include +// #include #ifdef FG_NETWORK_OLK #include #endif +#include #include #include +#ifdef ENABLE_AUDIO_SUPPORT +# include +# include +#endif #include