diff -r b72c6db6890b -r 5dc02b23752f src/3rdparty/phonon/qt7/backendinfo.mm --- a/src/3rdparty/phonon/qt7/backendinfo.mm Wed Jun 23 19:07:03 2010 +0300 +++ b/src/3rdparty/phonon/qt7/backendinfo.mm Tue Jul 06 15:10:48 2010 +0300 @@ -15,6 +15,12 @@ along with this library. If not, see . */ +#import +#ifdef QUICKTIME_C_API_AVAILABLE + #include + #undef check // avoid name clash; +#endif + #include "backendinfo.h" #include "backendheader.h" @@ -22,13 +28,6 @@ #include #include -#include -#import - -#ifdef QUICKTIME_C_API_AVAILABLE - #include - #undef check // avoid name clash; -#endif QT_BEGIN_NAMESPACE