]> 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 dcbb68f5be72c335342f7218c3c8ce1412877d3a..77c2eb98d3f88493f9c128e8577d74beac5723c7 100644 (file)
@@ -1,23 +1,21 @@
 // -*- C++ -*-
 /**
  * \file xfont_loader.h
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author Asger Alstrup
  *
- * Full author contact details are available in file CREDITS
+ * 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;