aboutsummaryrefslogtreecommitdiffstats
path: root/tools/easingcurveeditor/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/easingcurveeditor/main.cpp')
-rw-r--r--tools/easingcurveeditor/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/easingcurveeditor/main.cpp b/tools/easingcurveeditor/main.cpp
index 05e8ace53a..eace1249a7 100644
--- a/tools/easingcurveeditor/main.cpp
+++ b/tools/easingcurveeditor/main.cpp
@@ -39,9 +39,9 @@
**
****************************************************************************/
-#include <QApplication>
-#include <mainwindow.h>
+#include "mainwindow.h"
+#include <QApplication>
int main(int argc, char ** argv)
{