qplatformclipboard.h does not need qplatformdefs.h, so remove
authorThiago Macieira <thiago.macieira@intel.com>
Tue, 28 Aug 2012 10:58:50 +0000 (12:58 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 29 Aug 2012 10:37:41 +0000 (12:37 +0200)
commitc0a43591dc024d92b713b2088d0c26d791368a67
tree8197a3238f5d5b19d15f8ecc16502c2f9f22a97b
parent819d0203e6fd9d27dc4c22e8c3cb8b437998f62a
qplatformclipboard.h does not need qplatformdefs.h, so remove

It's not using anything from the qplatformdefs.h header in the public
API (and it shouldn't, since qplatformdefs.h can change) nor in inline
functions, so there's no need to include it here.

Include qglobal.h, which includes qconfig.h, which is where the
QT_NO_CLIPBOARD define will be, if anywhere.

Change-Id: I913db9aface297e75f91b6346c0dc48439d7d1f6
Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com>
src/gui/kernel/qplatformclipboard.h