]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/ATCdisplay.hxx
Moved JSBSim.hxx to src/FDM/JSBSim/
[flightgear.git] / src / ATC / ATCdisplay.hxx
index 952d1eb38b8c7bfe170fb839e2eca70f2d892494..5667a9d16a4a7f3c613114860f842734de97b259 100644 (file)
@@ -32,7 +32,6 @@
 
 SG_USING_STD(vector);
 SG_USING_STD(string);
-SG_USING_NAMESPACE(std);
 
 struct atcMessage {
     string msg;
@@ -42,7 +41,7 @@ struct atcMessage {
 
 // ASSUMPTION - with two radios the list won't be long so we don't need to map the id's
 typedef vector<atcMessage> atcMessageList;
-typedef vector<atcMessage>::iterator atcMessageListIterator;
+typedef atcMessageList::iterator atcMessageListIterator;
 
 class FGATCDisplay {