]> git.lyx.org Git - lyx.git/blobdiff - src/BufferList.cpp
* do not lookup the same macro all the time
[lyx.git] / src / BufferList.cpp
index 810a5e4ac7fdf95aea666a8f625c3b36eaa3eeb2..bdcfc55b67b981c28d03ea6f77193c90cb49414c 100644 (file)
 #include "debug.h"
 #include "gettext.h"
 #include "Session.h"
-#include "lyx_cb.h"
+#include "callback.h"
 #include "LyX.h"
 #include "output_latex.h"
 #include "Paragraph.h"
 #include "ParagraphList.h"
 
-#include "frontends/Alert.h"
+#include "frontends/alert.h"
 
 #include "support/filetools.h"
-#include "support/package.h"
+#include "support/Package.h"
 
 #include <boost/bind.hpp>