From 3e7ece7f5f9633dd47d16552c1a9a9fbb855a098 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 13 Jun 2001 18:10:16 +0000 Subject: [PATCH] #include and adjust to fit the standard coding conventions of this project. --- simgear/misc/commands.hxx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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); /** -- 2.39.5