]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/font-metric.hh
Cleanup: sort header order, use explicit std:: prefix rather than
[lilypond.git] / lily / include / font-metric.hh
index 296efc49642f52dcc9e9dcc61448b63d59d478fa..21433d2403c6f21ef415cdf50b9a672ab34b87ec 100644 (file)
 #define FONT_METRIC_HH
 
 #include "box.hh"
+#include "freetype.hh"
 #include "lily-proto.hh"
 #include "smobs.hh"
 #include "virtual-methods.hh"
-#include "freetype.hh"
 
 #include <map>
-using namespace std;
 
-typedef map<FT_UInt, FT_ULong> Index_to_charcode_map;
+typedef std::map<FT_UInt, FT_ULong> Index_to_charcode_map;
 
 class Font_metric
 {