]> git.lyx.org Git - lyx.git/blobdiff - src/undo.C
hopefully fix tex2lyx linking.
[lyx.git] / src / undo.C
index 7cf939e43ff443c8e62accf669660d1a12c43047..b60d0e11b95f8c3d3fddbbd00d643ad1c4d003c7 100644 (file)
 #include "paragraph.h"
 #include "ParagraphList.h"
 
-#include "mathed/math_support.h"
+#include "mathed/MathSupport.h"
 #include "insets/inset.h"
 
 #include <algorithm>
 
-using lyx::pit_type;
+
+namespace lyx {
 
 using std::advance;
 using std::endl;
@@ -291,3 +292,6 @@ void recordUndoFullDocument(BufferView * bv)
        );
        undo_finished = false;
 }
+
+
+} // namespace lyx