]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_io.hxx
header cleanups
[flightgear.git] / src / Main / fg_io.hxx
index b5a2cbb1718f7dee12b231968de7b92246d8ab31..b470aa59e0b00c2f35b367d2c3c91e62ef2cc5de 100644 (file)
@@ -16,7 +16,7 @@
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 // $Id$
 
 #include <simgear/structure/subsystem_mgr.hxx>
 
 #include <vector>
-#include STL_STRING
+#include <string>
 
-SG_USING_STD(vector);
-SG_USING_STD(string);
+using std::vector;
+using std::string;
 
 class FGProtocol;