X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FATCDCL%2FATCVoice.hxx;h=bdd2b0a491002a6dd5b46893f57818cc2ef3a42f;hb=0603aba9ae0d9deb23bd9c00a5a3768b37f317d8;hp=0bc501c2065498f901dcfa8122bf6d65fe8520fb;hpb=32e9505eedffe7f98de028513de8a809a366bd98;p=flightgear.git diff --git a/src/ATCDCL/ATCVoice.hxx b/src/ATCDCL/ATCVoice.hxx index 0bc501c20..bdd2b0a49 100644 --- a/src/ATCDCL/ATCVoice.hxx +++ b/src/ATCDCL/ATCVoice.hxx @@ -23,21 +23,16 @@ #include -#if defined( SG_HAVE_STD_INCLUDES ) || defined( __BORLANDC__ ) || (__APPLE__) # include -#else -# include -#endif - #include #include #include #include -SG_USING_STD(map); -SG_USING_STD(list); -SG_USING_STD(string); +using std::map; +using std::list; +using std::string; struct WordData {