]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/xfont_metrics.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / xfont_metrics.h
index b8ad986a5d4dfd31c09f04bfb234111a7a42ad5f..c4326be7cc09ffd50d2f603d7b5b7cb1d658681a 100644 (file)
@@ -5,24 +5,19 @@
  * Licence details can be found in the file COPYING.
  *
  * \author unknown
- * \author John Levon 
+ * \author John Levon
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef XFONT_METRICS_H
 #define XFONT_METRICS_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-#include "LString.h"
 
-#include "font_metrics.h"
+
 #include <X11/Xlib.h>
+
 class LyXFont;
 
 namespace xfont_metrics {
@@ -34,5 +29,5 @@ namespace xfont_metrics {
        ///
        void XSetFont(Display * display, GC gc, LyXFont const & f);
 } // namespace xfont_metrics
+
 #endif // FONT_METRICS_H