From: curt Date: Wed, 13 Jun 2001 18:10:16 +0000 (+0000) Subject: #include and adjust to fit the standard coding conventions X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3e7ece7f5f9633dd47d16552c1a9a9fbb855a098;p=simgear.git #include and adjust to fit the standard coding conventions of this project. --- diff --git a/simgear/misc/commands.hxx b/simgear/misc/commands.hxx index 6cfc5381..198714a1 100644 --- a/simgear/misc/commands.hxx +++ b/simgear/misc/commands.hxx @@ -11,15 +11,17 @@ #define __COMMANDS_HXX -#include +#include + +#include STL_STRING #include #include #include "props.hxx" -using std::string; -using std::map; -using std::vector; +SG_USING_STD(string); +SG_USING_STD(map); +SG_USING_STD(vector); /**