]> git.lyx.org Git - lyx.git/blobdiff - src/undo.h
ws changes only
[lyx.git] / src / undo.h
index 77191c703b69ccae978e94a8470d2503d35467c8..415377cf3309cd05496354c98bad323ddc688b12 100644 (file)
@@ -14,7 +14,7 @@
 #ifndef UNDO_H
 #define UNDO_H
 
-#include "ParagraphList.h"
+#include "ParagraphList_fwd.h"
 
 /**
  * These are the elements put on the undo stack. Each object
@@ -53,10 +53,10 @@ public:
        undo_kind kind;
 
        /**
-        * ID of hosting inset if the cursor is in one. 
+        * ID of hosting inset if the cursor is in one.
         * if -1, then the cursor is not in an inset.
         * if >= 0, then the cursor is in inset with given id.
-        */ 
+        */
        int inset_id;
 
        /// Offset to the first paragraph in the main document paragraph list