X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fmain.cxx;h=6f3c3bb39c1327a867e7726b6a4d0b87a3530a03;hb=76a94d8f0278eeddf692850918526df84a73429c;hp=196619393aa8c7422a0d59862e96861990fcedcb;hpb=8497f9b1acddd448156d2cb62d884ebb3cebd29b;p=flightgear.git diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 196619393..6f3c3bb39 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -25,6 +25,8 @@ # include #endif +#include + #ifdef SG_MATH_EXCEPTION_CLASH # include #endif @@ -35,7 +37,7 @@ #endif #include -#include +#include #include #include @@ -53,6 +55,10 @@ # include // for stat() #endif +// #ifdef HAVE_LIBX11 +// # include +// #endif + #include #include @@ -60,7 +66,7 @@ #include #include #include -#include +#include #include #include #include @@ -77,10 +83,11 @@ #include #include #include -#include +// #include #ifdef FG_NETWORK_OLK #include #endif +#include #include #include #ifdef ENABLE_AUDIO_SUPPORT @@ -93,9 +100,11 @@ #include