]> git.lyx.org Git - lyx.git/blobdiff - src/TextClassList.cpp
This is the first of a series of commits that will make InsetLayout a real class.
[lyx.git] / src / TextClassList.cpp
index ea0bfbc447fa187b70a5652e8ffbc5d362f199e7..49bafdd38929ca8e12ae5ad2dfa023d8979f5f56 100644 (file)
 
 #include "TextClassList.h"
 #include "TextClass.h"
-#include "support/debug.h"
 #include "Lexer.h"
 
+#include "support/debug.h"
+#include "support/FileName.h"
 #include "support/filetools.h"
 
 #include <boost/bind.hpp>
@@ -84,7 +85,7 @@ public:
 bool TextClassList::read()
 {
        Lexer lex(0, 0);
-       support::FileName const real_file = libFileSearch("", "textclass.lst");
+       FileName const real_file = libFileSearch("", "textclass.lst");
        LYXERR(Debug::TCLASS, "Reading textclasses from `" << real_file << '\'');
 
        if (real_file.empty()) {