From 2916b61086aa0729d4b77e04377b095c1a10ca12 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Fri, 19 Oct 2007 14:23:32 +0000 Subject: [PATCH] Header cleanup git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21059 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Cursor.cpp | 2 -- src/Undo.cpp | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Cursor.cpp b/src/Cursor.cpp index 5eea06c7bb..21def1b3a3 100644 --- a/src/Cursor.cpp +++ b/src/Cursor.cpp @@ -43,8 +43,6 @@ #include "mathed/InsetMathScript.h" #include "mathed/MacroTable.h" -#include "support/limited_stack.h" - #include #include #include diff --git a/src/Undo.cpp b/src/Undo.cpp index 9efd218918..c228eec48a 100644 --- a/src/Undo.cpp +++ b/src/Undo.cpp @@ -31,6 +31,8 @@ #include "insets/Inset.h" +#include "support/limited_stack.h" + #include using std::advance;