]> 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 42d294ff58d06ecfc73ea7425ce1f1b62e96997e..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>