diff options
author | Ulf Hermann <ulf.hermann@qt.io> | 2017-03-02 11:25:35 +0100 |
---|---|---|
committer | Ulf Hermann <ulf.hermann@qt.io> | 2017-03-06 12:22:47 +0000 |
commit | 5b4366944df6904e029e28d33d2a038af9dbc6a6 (patch) | |
tree | 088c797d0d541db1c59a80c1c49b17571e9de5d5 | |
parent | f6e5f6eaf2eb958aa043440c8941b25339644360 (diff) | |
download | qtxmlpatterns-5b4366944df6904e029e28d33d2a038af9dbc6a6.tar.gz |
Drop unused QProcess include
Change-Id: I4f34c217bc997e24b0a13a432cb803d09f6fe314
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
-rw-r--r-- | tests/auto/xmlpatternsxqts/tst_suitetest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/xmlpatternsxqts/tst_suitetest.cpp b/tests/auto/xmlpatternsxqts/tst_suitetest.cpp index a11c74a..639a71e 100644 --- a/tests/auto/xmlpatternsxqts/tst_suitetest.cpp +++ b/tests/auto/xmlpatternsxqts/tst_suitetest.cpp @@ -29,7 +29,6 @@ #include <QtTest/QtTest> -#include <QProcess> #include <cstdlib> #include "TestSuite.h" |