X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fmain.cxx;h=d120c8f58d5d7ecf63f478416aa63d1d6a1aeffe;hb=45390e0655fffa45a16cba77fafdd9421ed7d6e2;hp=30caafe1f7d2fe5ec15f46672f194f2b50ed5fa1;hpb=2aca8ca2cf9ecef0f28cdc4f3f7882de0d042e33;p=flightgear.git diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 30caafe1f..d120c8f58 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -25,6 +25,9 @@ # include #endif +#include +#include + #ifdef SG_MATH_EXCEPTION_CLASH # include #endif @@ -35,7 +38,7 @@ #endif #include -#include +#include #include #include @@ -53,6 +56,11 @@ # include // for stat() #endif +// #ifdef HAVE_LIBX11 +// # include +// #endif + +#include #include #include @@ -77,10 +85,11 @@ #include #include #include -#include +// #include #ifdef FG_NETWORK_OLK #include #endif +#include #include #include #ifdef ENABLE_AUDIO_SUPPORT @@ -93,6 +102,8 @@ #include