]> git.lyx.org Git - features.git/blobdiff - src/lyxtextclasslist.h
Replace LString.h with support/std_string.h,
[features.git] / src / lyxtextclasslist.h
index 3309e541b296266930478db1626b4d85aa8051f8..8fa66f2ae11ed3dfb45691e875f76311a4b9fa83 100644 (file)
@@ -1,13 +1,13 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file lyxtextclasslist.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Lars Gullik Bjønnes
  *
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS.
+ */
 
 #ifndef LYXTEXTCLASSLIST_H
 #define LYXTEXTCLASSLIST_H
@@ -16,7 +16,7 @@
 
 #include <boost/utility.hpp>
 
-#include "LString.h"
+#include "support/std_string.h"
 
 #include <vector>