]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/xfont_loader.h
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / xfont_loader.h
index fdcd7660c8159ae3abb503bac7e921c2c0e73940..2e8beb67dc81a0817294b373536d15137cc1c895 100644 (file)
@@ -1,24 +1,20 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file xfont_loader.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Asger Alstrup
  *
- *           Copyright 1997 Asger Alstrup
- *          and the LyX Team.
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS.
+ */
 
 #ifndef FONTLOADER_H_
 #define FONTLOADER_H_
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include <X11/Xlib.h>
 #include "lyxfont.h"
-#include "LString.h"
 
 class FontInfo;