X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Ffg_commands.cxx;h=c8b938473cd1218e06d305653c4166051fa0d0fd;hb=658715f90b19e3d99fed48e01f7f4fc13842b25f;hp=3a63fdb3e5fa98872427ca7bd5722939b76960d5;hpb=133cc2b0c7fae33e601bc0af8f9a051c3a476fd2;p=flightgear.git diff --git a/src/Main/fg_commands.cxx b/src/Main/fg_commands.cxx index 3a63fdb3e..c8b938473 100644 --- a/src/Main/fg_commands.cxx +++ b/src/Main/fg_commands.cxx @@ -1,18 +1,26 @@ // 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 #include #include @@ -22,27 +30,29 @@ #include #include #include -#include +#include #include -#if defined(HAVE_PLIB_PSL) -# include -#endif +#include #include +#include #include