]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/xfont_loader.C
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / xfont_loader.C
index 15168c4c13d9c031eb143d8e385dbafb3652f872..73703b343b0519b942d8a25be3164feb1630f44c 100644 (file)
@@ -5,27 +5,34 @@
  *
  * \author Asger Alstrup
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
-#include <cmath>       // fabs()
-
 
 #include "xfont_loader.h"
 #include "FontInfo.h"
-#include "gettext.h"
+
 #include "debug.h"
+#include "LColor.h"
 #include "lyxrc.h"     // lyxrc.font_*
-#include "BufferView.h"
-#include "frontends/LyXView.h"
+
 #include "frontends/lyx_gui.h"
-#include "support/systemcall.h"
+
 #include "support/filetools.h"
+#include "support/systemcall.h"
 
 #include "lyx_forms.h"
 
+#include <algorithm>
+
+using lyx::support::LibFileSearch;
+using lyx::support::OnlyPath;
+using lyx::support::Systemcall;
+
 using std::endl;
+using std::string;
+
 
 // The global fontloader
 xfont_loader fontloader;