]> git.mxchange.org Git - simgear.git/commitdiff
Modified Files:
authorfrohlich <frohlich>
Sun, 8 Jul 2007 08:43:40 +0000 (08:43 +0000)
committerfrohlich <frohlich>
Sun, 8 Jul 2007 08:43:40 +0000 (08:43 +0000)
simgear/route/route.hxx: Remove unused include.

simgear/route/route.hxx

index 1f7c0323378ae151e52e928fe9124f795f4025e0..6e6c5805e76ffa2b267370388aa0c29fd2f940e2 100644 (file)
 # error This library requires C++
 #endif
 
-
 #include <simgear/compiler.h>
 
-#include STL_STRING
 #include <vector>
 
-SG_USING_STD(string);
 SG_USING_STD(vector);
 
 #include <simgear/route/waypoint.hxx>