X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fmain.cxx;h=419614ed303a4fff1afd412bb1d99adbe61cdcf4;hb=a4d27fe7bc81a3c5acca18b76d4f10406b74f8a3;hp=24b36d4c0ef956f3c117b82baa92e0dadea9e114;hpb=6515f9072c4216b6c9a56bdd8e56246a4d41e4b7;p=flightgear.git diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 24b36d4c0..419614ed3 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -46,25 +46,25 @@ #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 @@ -81,6 +81,7 @@ #include #include +#include #include #ifdef FG_NETWORK_OLK #include @@ -89,18 +90,24 @@ #include #include