X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Ffg_commands.cxx;h=de4336833a344159e85801549e415fe0cf77dfca;hb=4fe615fff546df5e381f7fc9ddae92dd3dc36251;hp=77b9aedf76b49f01f8d9381ef071aaf98c82a8c0;hpb=f82b717c8b909894931f32ec1eb08c63361f81cb;p=flightgear.git diff --git a/src/Main/fg_commands.cxx b/src/Main/fg_commands.cxx index 77b9aedf7..de4336833 100644 --- a/src/Main/fg_commands.cxx +++ b/src/Main/fg_commands.cxx @@ -1,105 +1,153 @@ // fg_commands.cxx - internal FGFS commands. +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + +#include // strcmp() + #include -#include #include STL_STRING #include STL_FSTREAM +#include #include -#include -#include +#include +#include +#include +#include -#include #include #include +#include +#include +#include +#include +#include +#include +#include #include +#include +#if defined(HAVE_PLIB_PSL) +# include +#endif +#include +#include +#include