X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fmain.cxx;h=79c3849c92ee93462f4c961ac90844f4fc6f9591;hb=19a8dacdb4d1837570c4e2dfe6580214b0692c7b;hp=05d1ff5453d26f3b6c99449328d9c0fd937b75b9;hpb=cecd0df78de9eb3c1f6cf5cec657b688cdafec9c;p=flightgear.git diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 05d1ff545..79c3849c9 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 @@ -53,10 +56,7 @@ # include // for stat() #endif -// #ifdef HAVE_LIBX11 -// # include -// #endif - +#include #include #include @@ -81,7 +81,7 @@ #include #include #include -#include +// #include #ifdef FG_NETWORK_OLK #include #endif @@ -90,6 +90,7 @@ #include #ifdef ENABLE_AUDIO_SUPPORT # include +# include # include #endif #include