QFuture: remove unused include
authorMarc Mutz <marc.mutz@kdab.com>
Fri, 21 Sep 2012 14:21:54 +0000 (16:21 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 28 Sep 2012 21:50:10 +0000 (23:50 +0200)
commitf7a33ec29f1278f6937f1862e002a3f8f60a4728
tree2246be806e15b83efbe1ac5c75f871743d2bbd1f
parenta65a98399bf45924eb4d9394cf1e905b489639cc
QFuture: remove unused include

qtconcurrentcompilertest.h defines the HasResultType<> template, which
qfuture.h doesn't use.

Include qtconcurrentcompilertest.h in the headers which actually use
HasResultType<> instead.

Change-Id: Ic5939ccf4c9058b2b624432c7ea48a5aca2236b5
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
src/concurrent/qfuture.h
src/concurrent/qtconcurrentfunctionwrappers.h
src/concurrent/qtconcurrentrun.h