]> git.lyx.org Git - lyx.git/blobdiff - src/Undo.cpp
Refactor InsetQuotes.h enums
[lyx.git] / src / Undo.cpp
index da4d27ca03d457f5172215b0d589c07689952107..c6b7eaa331faec318ed95ecfd6bc9be5338fb37e 100644 (file)
@@ -20,7 +20,6 @@
 #include "Buffer.h"
 #include "BufferList.h"
 #include "BufferParams.h"
-#include "buffer_funcs.h"
 #include "Cursor.h"
 #include "CutAndPaste.h"
 #include "ErrorList.h"
 #include "ParagraphList.h"
 #include "Text.h"
 
-#include "mathed/MathSupport.h"
 #include "mathed/MathData.h"
 
-#include "insets/Inset.h"
 #include "insets/InsetText.h"
 
 #include "support/debug.h"
-#include "support/gettext.h"
 #include "support/lassert.h"
 #include "support/lyxtime.h"