]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtextclasslist.h
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / lyxtextclasslist.h
index 5e3ec8e9a95d802cab33ce911a34acca385c70e1..978eb2afbe9640f5944fc361af20303eaa2d0244 100644 (file)
 #ifndef LYXTEXTCLASSLIST_H
 #define LYXTEXTCLASSLIST_H
 
+#include "lyxtextclass.h"
+
 #include "support/types.h"
 
 #include <boost/utility.hpp>
 
-#include "LString.h"
-
+#include <string>
 #include <vector>
 
-class LyXTextClass;
 class LyXLayout;
 
 /// Reads the style files
@@ -40,7 +40,7 @@ public:
 
        /// Gets textclass number from name, -1 if textclass name does not exist
        std::pair<bool, lyx::textclass_type> const
-       NumberOfClass(string const & textclass) const;
+       NumberOfClass(std::string const & textclass) const;
 
        ///
        LyXTextClass const & operator[](lyx::textclass_type textclass) const;