From: Han-Wen Nienhuys Date: Mon, 15 Mar 2010 04:38:30 +0000 (-0300) Subject: Cleanup: sort header order, use explicit std:: prefix rather than X-Git-Tag: release/2.13.17-1~29 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b087ea53eddbea8cd2ee8b96a46e2d49c3d422c6;p=lilypond.git Cleanup: sort header order, use explicit std:: prefix rather than using std; --- diff --git a/lily/include/font-metric.hh b/lily/include/font-metric.hh index 296efc4964..21433d2403 100644 --- a/lily/include/font-metric.hh +++ b/lily/include/font-metric.hh @@ -21,15 +21,14 @@ #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 -using namespace std; -typedef map Index_to_charcode_map; +typedef std::map Index_to_charcode_map; class Font_metric {