]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.C
more 'informational' messages removed?
[lyx.git] / src / LaTeXFeatures.C
index 7feac98724c44fb0d249220554ec8a292ef5bdd4..92462114bfa3e7d0c744cd319c1320ac054196dd 100644 (file)
 #include <config.h>
 
 #ifdef __GNUG__
-#pragma implementation "LaTeXFeatures.h"
+#pragma implementation
 #endif
 
-#include "LString.h"
+#include "LaTeXFeatures.h"
 #include "debug.h"
 #include "lyx_sty.h"
 #include "lyxrc.h"
-#include "LaTeXFeatures.h"
 #include "bufferparams.h"
-#include "layout.h"
-#include "support/filetools.h"
-#include "support/lstrings.h"
+#include "lyxtextclasslist.h"
 #include "FloatList.h"
 #include "language.h"
 #include "encoding.h"
+#include "LString.h"
 
-using std::endl;
-using std::set;
+#include "support/filetools.h"
+#include "support/lstrings.h"
 
 using lyx::layout_type;
 using lyx::textclass_type;
 
+using std::endl;
+using std::set;
+
 LaTeXFeatures::LaTeXFeatures(BufferParams const & p, layout_type n)
        : layout(n, false), params(p)
 {}