]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_mathmlstream.C
enable direct input of #1...#9; some whitespace changes
[lyx.git] / src / mathed / math_mathmlstream.C
index 03bc1b2ccb702ef7dbc80472f8eca1c42c42021f..bf12913e0b94719703472d8e8b887c05ded80b29 100644 (file)
@@ -1,11 +1,12 @@
 #include <config.h>
-#include <algorithm>
 
 #include "math_mathmlstream.h"
 #include "math_inset.h"
 #include "math_extern.h"
 #include "debug.h"
 
+#include <algorithm>
+
 
 MathMLStream::MathMLStream(std::ostream & os)
        : os_(os), tab_(0), line_(0), lastchar_(0)