X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Ffg_commands.cxx;h=e86f7f849873674e86313d0dfc9699eecf3c8c24;hb=a4e81f4ff075e6a3c0c2ea1b5a29c0bcdfdbc671;hp=860f9a1f9c9d54f1fdfcf8bcde3bfb069f095dca;hpb=b75e1af83856c916744062475f71a96e765e9d7e;p=flightgear.git diff --git a/src/Main/fg_commands.cxx b/src/Main/fg_commands.cxx index 860f9a1f9..e86f7f849 100644 --- a/src/Main/fg_commands.cxx +++ b/src/Main/fg_commands.cxx @@ -1,23 +1,125 @@ // 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