]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt2/QMathMatrixDialog.C
change "support/std_sstream.h" to <sstream>
[features.git] / src / frontends / qt2 / QMathMatrixDialog.C
index 765d2816e7abf18fdfb1b2896fe7e828403b8e43..26a5529c6e10286213efcc6098abdabe26a77b86 100644 (file)
 
 #include <config.h>
 
+#include "QMathMatrixDialog.h"
+#include "QMath.h"
+
+#include "emptytable.h"
 #include "qt_helpers.h"
 
-#include "support/std_sstream.h"
-#include "ControlMath.h"
+#include "controllers/ControlMath.h"
 
-#include "QMath.h"
-#include "QMathMatrixDialog.h"
+#include <sstream>
 
 #include <qcombobox.h>
 #include <qlineedit.h>
 #include <qpushbutton.h>
 #include <qspinbox.h>
-#include "emptytable.h"
 
 using std::ostringstream;
 using std::string;