]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathExtern.cpp
simplify GuiToc / TocWidget interaction. Much can still be simplified...
[lyx.git] / src / mathed / MathExtern.cpp
index c6447cc68f2b28a9a585682420f6b8493dc61317..0895dcadeeae323f40f8fffb75c607fbbe7b352d 100644 (file)
 #include "MathStream.h"
 
 #include "support/docstream.h"
+#include "support/FileName.h"
 #include "support/filetools.h"
 #include "support/lstrings.h"
-#include "support/lyxlib.h"
 
 #include <algorithm>
 #include <sstream>
 #include <fstream>
+#include <memory>
 
 using namespace std;
 using namespace lyx::support;