X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Ffg_commands.cxx;h=cf5efb8a5df4dc4e0a9d3fe3c3ee6edf99b414c3;hb=18d1593c42c2df60d7fb44ace722ca3e8a7fd82c;hp=21a5b7d2a8f04e20fa4d7a1cc80ee053629ac959;hpb=7612767e3ae0d650a3fa408c84305bb730a32f4b;p=flightgear.git diff --git a/src/Main/fg_commands.cxx b/src/Main/fg_commands.cxx index 21a5b7d2a..cf5efb8a5 100644 --- a/src/Main/fg_commands.cxx +++ b/src/Main/fg_commands.cxx @@ -1,18 +1,24 @@ // fg_commands.cxx - internal FGFS commands. +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include // strcmp() #include -#include STL_STRING -#include STL_FSTREAM +#include +#include #include #include #include +#include #include #include #include +#include #include #include @@ -24,10 +30,9 @@ #include #include #include -#if defined(HAVE_PLIB_PSL) -# include -#endif +#include #include +#include #include