X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fmain.cxx;h=419614ed303a4fff1afd412bb1d99adbe61cdcf4;hb=a4d27fe7bc81a3c5acca18b76d4f10406b74f8a3;hp=10ca154ec3de65c656b6b631e1f9988e31796ee2;hpb=b5420977d744cc607db4a691b03a520c1ee57ae5;p=flightgear.git diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 10ca154ec..419614ed3 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -21,9 +21,6 @@ // $Id$ -#define MICHAEL_JOHNSON_EXPERIMENTAL_ENGINE_AUDIO - - #ifdef HAVE_CONFIG_H # include #endif @@ -49,52 +46,68 @@ #endif #ifdef HAVE_SYS_STAT_H -# include /* for stat() */ +# include // for stat() #endif #ifdef HAVE_UNISTD_H -# include /* for stat() */ +# include // for stat() #endif -#include // plib include -#include // plib include +#include +#include #ifdef ENABLE_AUDIO_SUPPORT -# include // plib include -# include // plib include +# include +# include #endif #include // for VERSION #include -#include #include -#include +#include #include +#include +#include +#include #include #include -#include -#include +#include #include #include #include -#include + #include #include +#include #include #ifdef FG_NETWORK_OLK #include #endif -#include #include #include -#include #include