From 3b21e9434f08326bd2bb3e683938b59c68496705 Mon Sep 17 00:00:00 2001 From: frohlich Date: Sun, 8 Jul 2007 08:43:40 +0000 Subject: [PATCH] Modified Files: simgear/route/route.hxx: Remove unused include. --- simgear/route/route.hxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/simgear/route/route.hxx b/simgear/route/route.hxx index 1f7c0323..6e6c5805 100644 --- a/simgear/route/route.hxx +++ b/simgear/route/route.hxx @@ -32,13 +32,10 @@ # error This library requires C++ #endif - #include -#include STL_STRING #include -SG_USING_STD(string); SG_USING_STD(vector); #include -- 2.39.5