From 990e890b9ed6cfc0ee7c24d8a829cef84baf8aac Mon Sep 17 00:00:00 2001 From: Kurt Korbatits Date: Fri, 13 Jan 2012 10:28:41 +1000 Subject: Changed unittests in corelib to use specific headers instead of super-headers. Modified unittests to use specific class headers instead of using super-headers like QtCore that pull in all the headers for the module. - Decreasing build time. Change-Id: I9c3fd0767be15205893bb406f609c8283a2a3a5a Reviewed-by: Kurt Korbatits Reviewed-by: Jason McDonald Reviewed-by: Rohan McGovern --- tests/auto/corelib/io/qdatastream/tst_qdatastream.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tests/auto/corelib/io/qdatastream/tst_qdatastream.cpp') diff --git a/tests/auto/corelib/io/qdatastream/tst_qdatastream.cpp b/tests/auto/corelib/io/qdatastream/tst_qdatastream.cpp index 3a94269c2b..d17bab3bc1 100644 --- a/tests/auto/corelib/io/qdatastream/tst_qdatastream.cpp +++ b/tests/auto/corelib/io/qdatastream/tst_qdatastream.cpp @@ -40,7 +40,12 @@ ****************************************************************************/ #include -#include +#include +#include +#include +#include +#include +#include Q_DECLARE_METATYPE(QBitArray) Q_DECLARE_METATYPE(qint64) -- cgit v1.2.3