]> git.lyx.org Git - lyx.git/blobdiff - src/factory.cpp
I'll find a solution for the 'dirList problem', Abdel.
[lyx.git] / src / factory.cpp
index 4649f151809bc1d2c62b4b074df7edc600166531..53d5f83086ddf3f4be020adac17733925228b597 100644 (file)
@@ -14,7 +14,6 @@
 
 #include "Buffer.h"
 #include "BufferParams.h"
-#include "debug.h"
 #include "FloatList.h"
 #include "FuncRequest.h"
 #include "Lexer.h"
 
 #include "frontends/alert.h"
 
+#include "support/debug.h"
 #include "support/lstrings.h"
 #include "support/ExceptionMessage.h"
 
 #include <boost/assert.hpp>
-#include <boost/current_function.hpp>
 
 #include <sstream>