]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/open-type-font.cc
Doc: scm - Clarify ly:context-pushpop-property
[lilypond.git] / lily / open-type-font.cc
index b200b1188d21c4e8a423832a60eaa43de2fb6f4b..3038df4331645f30dcb000be55cf3deb0830171d 100644 (file)
@@ -22,6 +22,7 @@
 
 #include <cstdio>
 
+using namespace std;
 
 #include FT_TRUETYPE_TABLES_H
 
@@ -30,9 +31,6 @@
 #include "modified-font-metric.hh"
 #include "warn.hh"
 
-using std::map;
-using std::string;
-
 FT_Byte *
 load_table (char const *tag_str, FT_Face face, FT_ULong *length)
 {