]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/relocate.cc
Issue 4550 (1/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / relocate.cc
index 73fde03f15dd77f656712654da90f1c6f5a05d2c..957fb7bf34f5b23a5cd057e3578214e28d6b173c 100644 (file)
 #include "version.hh"
 #include "warn.hh"
 
+#ifdef __MINGW32__
+#include <winbase.h>
+#endif
+
+using std::string;
+using std::vector;
+
 #define FRAMEWORKDIR ".."
 
 int
@@ -103,10 +110,6 @@ prepend_env_path (char const *key, string value)
   return -1;
 }
 
-#ifdef __MINGW32__
-#include <winbase.h>
-#endif
-
 static void
 prefix_relocation (const string &prefix)
 {