fix include style
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Tue, 22 May 2012 16:18:46 +0000 (18:18 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 26 Jun 2012 12:58:08 +0000 (14:58 +0200)
so it builds without . in includepath

Change-Id: I5815c636dfcc3d45fad70321a0aab09f5295ca8d
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
tools/easingcurveeditor/main.cpp
tools/easingcurveeditor/splineeditor.cpp

index 05e8ace..eace124 100644 (file)
@@ -39,9 +39,9 @@
 **
 ****************************************************************************/
 
-#include <QApplication>
-#include <mainwindow.h>
+#include "mainwindow.h"
 
+#include <QApplication>
 
 int main(int argc, char ** argv)
 {
index d440852..7216e2a 100644 (file)
 ****************************************************************************/
 
 #include "splineeditor.h"
+#include "segmentproperties.h"
 
 #include <QPainter>
 #include <QMouseEvent>
 #include <QContextMenuEvent>
 #include <QDebug>
 #include <QApplication>
-#include <segmentproperties.h>
 
 const int canvasWidth = 640;
 const int canvasHeight = 320;