Remove the module prefix from a number of includes.

Since I get build failures due to other changes in lower modules.

Change-Id: Iac6a814071c019de25db52daf941185337fad14a
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
Michael Goddard
2011-12-09 15:43:18 +10:00
committed by Qt by Nokia
parent 47ef58967b
commit 9d526fca67
5 changed files with 7 additions and 7 deletions

View File

@@ -42,7 +42,7 @@
#ifndef QSGVIDEONODE_P_H
#define QSGVIDEONODE_P_H
#include <QtQuick/qsgnode.h>
#include <qsgnode.h>
#include <QtMultimedia/qvideoframe.h>
#include <QtMultimedia/qvideosurfaceformat.h>