X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fmain.cxx;h=d6ab4c5635d2e93f0f976c4285c64042a5a28a0b;hb=9002696195c50219d7df06e098b57c79a289a0e0;hp=b0460ba1a04b744681358d94ffd3b049c5718bd1;hpb=0774ca000ac6424ebdbb7e0cab3379efc0d2fc6a;p=flightgear.git diff --git a/src/Main/main.cxx b/src/Main/main.cxx index b0460ba1a..d6ab4c563 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -27,291 +27,165 @@ #include -#if defined(__linux__) && defined(__i386__) -# include -# include -#endif - #include #include #include #include +#if defined(HAVE_CRASHRPT) + #include + +// defined in bootstrap.cxx +extern bool global_crashRptEnabled; + +#endif + // Class references +#include #include #include -#include -#include -#include +#include #include #include #include -#include -#include #include -#include +#include +#include +#include +#include +#include -#include