summaryrefslogtreecommitdiffstats
path: root/src/charts/animations/xyanimation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/charts/animations/xyanimation.cpp')
-rw-r--r--src/charts/animations/xyanimation.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/charts/animations/xyanimation.cpp b/src/charts/animations/xyanimation.cpp
index 3e395c1a..5df3ebcc 100644
--- a/src/charts/animations/xyanimation.cpp
+++ b/src/charts/animations/xyanimation.cpp
@@ -18,9 +18,9 @@
**
****************************************************************************/
-#include "xyanimation_p.h"
-#include "xychart_p.h"
-#include <QDebug>
+#include <private/xyanimation_p.h>
+#include <private/xychart_p.h>
+#include <QtCore/QDebug>
Q_DECLARE_METATYPE(QVector<QPointF>)