X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Ffg_commands.cxx;h=c8b938473cd1218e06d305653c4166051fa0d0fd;hb=7b95bb5aa382d0e573e4597213a2e0f1c3d53601;hp=f2189ad57496008e39db7d9b344c08cc534bfe6a;hpb=3986347f377977ec8bf9caff93baac63b22f03b6;p=flightgear.git diff --git a/src/Main/fg_commands.cxx b/src/Main/fg_commands.cxx index f2189ad57..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 @@ -24,25 +32,27 @@ #include #include #include -#if defined(HAVE_PLIB_PSL) -# include -#endif +#include #include +#include #include