]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/xfont_loader.h
Replace LString.h with support/std_string.h,
[features.git] / src / frontends / xforms / xfont_loader.h
index fdcd7660c8159ae3abb503bac7e921c2c0e73940..77c2eb98d3f88493f9c128e8577d74beac5723c7 100644 (file)
@@ -1,24 +1,21 @@
 // -*- 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"
+#include "support/std_string.h"
 
 class FontInfo;