]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FontInfo.C
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FontInfo.C
index 77425fb6a3bd35e971ef32777c21840dd93a241d..d21f42df7c6c352e6d48f20983ac56f4ca3a0dcc 100644 (file)
 #include <config.h>
 
 #include "FontInfo.h"
+
 #include "debug.h"
 #include "lyxrc.h"     // lyxrc.use_scalable_fonts
 
-#include "support/tostr.h"
+#include "frontends/lyx_gui.h"
+
 #include "support/lstrings.h"
 #include "support/lyxlib.h"
+#include "support/tostr.h"
 
-#include "frontends/lyx_gui.h"
+#include "lyx_forms.h"
 
-#include <cmath>       // abs()
+#include <cmath>
 
-using namespace lyx::support;
+using lyx::support::atoi;
+using lyx::support::token;
 
-using std::endl;
 using std::abs;
+using std::endl;
+using std::string;
 
-#include "lyx_forms.h"
 
 /// Load font close to this size
 string const FontInfo::getFontname(int size)