]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/xfont_metrics.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / xfont_metrics.h
index 93d4ee34df4cb2feed4f5a74c01322408283884a..4b31b277be36c2c6f5dcb23eadff983938194546 100644 (file)
@@ -1,26 +1,20 @@
 // -*- C++ -*-
 /**
  * \file xfont_metrics.h
- * Copyright 1995-2002 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author unknown
- * \author John Levon <moz@compsoc.man.ac.uk>
+ * \author John Levon
+ *
+ * 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 {
@@ -32,5 +26,5 @@ namespace xfont_metrics {
        ///
        void XSetFont(Display * display, GC gc, LyXFont const & f);
 } // namespace xfont_metrics
+
 #endif // FONT_METRICS_H