X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FMain%2Ffg_commands.cxx;h=389c28fc64c270b6706eaa722a88feeffab0ff27;hb=807bcfb8e0208b6db777ad5c3390b43786011728;hp=860f9a1f9c9d54f1fdfcf8bcde3bfb069f095dca;hpb=b75e1af83856c916744062475f71a96e765e9d7e;p=flightgear.git diff --git a/src/Main/fg_commands.cxx b/src/Main/fg_commands.cxx index 860f9a1f9..389c28fc6 100644 --- a/src/Main/fg_commands.cxx +++ b/src/Main/fg_commands.cxx @@ -1,16 +1,147 @@ // fg_commands.cxx - internal FGFS commands. -#include "fg_commands.hxx" +#include // strcmp() + +#include +#include + +#include STL_STRING +#include STL_FSTREAM #include +#include #include #include +#include +#include +#include +#include #include +#include +#include +#include +#if defined(HAVE_PLIB_PSL) +#include +#endif +#include