]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/file-path.cc
Issue 4550 (1/2) Avoid "using namespace std;" in included files
[lilypond.git] / flower / file-path.cc
index 660895a1f58bf6703c44b132257887ddac1bc077..b2bbb286f3b3d6bb53af050b158d9fbd75cd454a 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
 #define PATHSEP ':'
 #endif
 
+#include <algorithm>
+
+using std::string;
+using std::vector;
+
 vector<string>
 File_path::directories () const
 {
   return dirs_;
 }
 
-#include <algorithm>
 void
 File_path::parse_path (const string &p)
 {