]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathPar.cpp
A little cleanup of the layout files.
[lyx.git] / src / mathed / InsetMathPar.cpp
index 38fc9bfc43be051cf2cb949a6bfa382dbc85b8f4..26445c2d0de8e5b71f10f8839a28dfe0f902632f 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
 #include <config.h>
 
 #include "InsetMathPar.h"
+
 #include "MathData.h"
 #include "MathStream.h"
-#include "support/std_ostream.h"
 
+#include <ostream>
 
 namespace lyx {