From: david Date: Wed, 29 Jan 2003 16:02:27 +0000 (+0000) Subject: Removed unneeded inclusion of std::vector. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=70dde366bcc738b022fac6f8165257e77f5b643a;p=flightgear.git Removed unneeded inclusion of std::vector. --- diff --git a/src/Instrumentation/instrument_mgr.hxx b/src/Instrumentation/instrument_mgr.hxx index 68a229404..f040e26c2 100644 --- a/src/Instrumentation/instrument_mgr.hxx +++ b/src/Instrumentation/instrument_mgr.hxx @@ -19,10 +19,6 @@ #include
-#include - -SG_USING_STD(vector); - /** * Manage aircraft instruments.