]> git.lyx.org Git - lyx.git/blobdiff - src/ModuleList.cpp
cosmetics
[lyx.git] / src / ModuleList.cpp
index 3b7e8134cb41ecc0297de6b697f6623b3dffeb16..14e2917159bddeeea7fb184ad714221ed823c6a5 100644 (file)
 
 #include "ModuleList.h"
 
-#include "support/debug.h"
 #include "LaTeXFeatures.h"
 #include "Lexer.h"
 
+#include "support/debug.h"
 #include "support/FileName.h"
 #include "support/filetools.h"
 #include "support/lstrings.h"
@@ -76,7 +76,7 @@ public:
 };
 
 
-//Much of this is borrowed from TextClassList::read()
+//Much of this is borrowed from LayoutFileList::read()
 bool ModuleList::load()
 {
        FileName const real_file = libFileSearch("", "lyxmodules.lst");