X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FModuleList.cpp;h=14e2917159bddeeea7fb184ad714221ed823c6a5;hb=700af7e7011f102d92222744791638ff2db18f94;hp=3b7e8134cb41ecc0297de6b697f6623b3dffeb16;hpb=d5d665482e118d5c993717c0ec0406b94c57aa1f;p=lyx.git diff --git a/src/ModuleList.cpp b/src/ModuleList.cpp index 3b7e8134cb..14e2917159 100644 --- a/src/ModuleList.cpp +++ b/src/ModuleList.cpp @@ -13,10 +13,10 @@ #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");