From: Oswald Buddenhagen Date: Tue, 22 May 2012 16:18:46 +0000 (+0200) Subject: fix include style X-Git-Tag: 071012131707~75^2^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b76df0fbc63466083ffc5e9e0c1a43d5ef2289a;p=profile%2Fivi%2Fqtdeclarative.git fix include style so it builds without . in includepath Change-Id: I5815c636dfcc3d45fad70321a0aab09f5295ca8d Reviewed-by: Alan Alpert Reviewed-by: Kent Hansen --- diff --git a/tools/easingcurveeditor/main.cpp b/tools/easingcurveeditor/main.cpp index 05e8ace..eace124 100644 --- a/tools/easingcurveeditor/main.cpp +++ b/tools/easingcurveeditor/main.cpp @@ -39,9 +39,9 @@ ** ****************************************************************************/ -#include -#include +#include "mainwindow.h" +#include int main(int argc, char ** argv) { diff --git a/tools/easingcurveeditor/splineeditor.cpp b/tools/easingcurveeditor/splineeditor.cpp index d440852..7216e2a 100644 --- a/tools/easingcurveeditor/splineeditor.cpp +++ b/tools/easingcurveeditor/splineeditor.cpp @@ -40,13 +40,13 @@ ****************************************************************************/ #include "splineeditor.h" +#include "segmentproperties.h" #include #include #include #include #include -#include const int canvasWidth = 640; const int canvasHeight = 320;