summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-07-23 00:06:33 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-07-23 00:06:33 (GMT)
commit56195216c52b28dc05eb6b2944f0fac01a222fdf (patch)
treeae02fb96563d15b96653b871d56f9d0a2b22b14f /src/declarative
parent7fd162fe2d38882ae81f6a7b7cf6a313764fdf0e (diff)
downloadQt-56195216c52b28dc05eb6b2944f0fac01a222fdf.zip
Qt-56195216c52b28dc05eb6b2944f0fac01a222fdf.tar.gz
Qt-56195216c52b28dc05eb6b2944f0fac01a222fdf.tar.bz2
Minor header cleanup.
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/fx/qfximage.h1
-rw-r--r--src/declarative/fx/qfxitem.h2
-rw-r--r--src/declarative/fx/qfxitem_p.h1
3 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/fx/qfximage.h b/src/declarative/fx/qfximage.h
index 9c0dde8..4b6e700 100644
--- a/src/declarative/fx/qfximage.h
+++ b/src/declarative/fx/qfximage.h
@@ -43,6 +43,7 @@
#define QFXIMAGE_H
#include <QtDeclarative/qfxitem.h>
+#include <QtDeclarative/qfxscalegrid.h>
#include <QtNetwork/qnetworkreply.h>
diff --git a/src/declarative/fx/qfxitem.h b/src/declarative/fx/qfxitem.h
index 6e735b3..e3f371e 100644
--- a/src/declarative/fx/qfxitem.h
+++ b/src/declarative/fx/qfxitem.h
@@ -48,9 +48,7 @@
#include <QtDeclarative/qfxanchors.h>
#include <QtDeclarative/qfxglobal.h>
#include <QtDeclarative/qml.h>
-#include <QtDeclarative/qfxscalegrid.h>
#include <QtDeclarative/qmlcomponent.h>
-#include <QtDeclarative/qmlstate.h>
#include <QtGui/qgraphicsitem.h>
#include <QtGui/qfont.h>
diff --git a/src/declarative/fx/qfxitem_p.h b/src/declarative/fx/qfxitem_p.h
index ec45d6e..029b8b0 100644
--- a/src/declarative/fx/qfxitem_p.h
+++ b/src/declarative/fx/qfxitem_p.h
@@ -54,6 +54,7 @@
//
#include <QtDeclarative/qfxitem.h>
+#include <QtDeclarative/qmlstate.h>
#include <private/qmlnullablevalue_p.h>
#include <QtDeclarative/qml.h>
#include <QtDeclarative/qmlcontext.h>