]> git.donarmstrong.com Git - lilypond.git/commitdiff
Cleanup: sort header order, use explicit std:: prefix rather than
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 15 Mar 2010 04:38:30 +0000 (01:38 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 22 Mar 2010 12:56:29 +0000 (09:56 -0300)
using std;

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
 {