X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Ffg_commands.cxx;h=de4336833a344159e85801549e415fe0cf77dfca;hb=4fe615fff546df5e381f7fc9ddae92dd3dc36251;hp=36554cb23830cd48ec1565a64e24006738415978;hpb=0296c04e320eee041c2d181ef6cbb74d09d7fed4;p=flightgear.git diff --git a/src/Main/fg_commands.cxx b/src/Main/fg_commands.cxx index 36554cb23..de4336833 100644 --- a/src/Main/fg_commands.cxx +++ b/src/Main/fg_commands.cxx @@ -1,109 +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