diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-16 11:11:36 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-16 11:11:36 +0200 |
commit | 074ef023c4c3dfd3005c7671c3e025d97aeeeae4 (patch) | |
tree | 8061d2d56c2e8889fb740cce8c22faf38f397799 | |
parent | 9a6abe17e0676acd6deb9a13ab6f8e549de987cc (diff) | |
download | kube-074ef023c4c3dfd3005c7671c3e025d97aeeeae4.tar.gz kube-074ef023c4c3dfd3005c7671c3e025d97aeeeae4.zip |
Removed unnecessary include
-rw-r--r-- | tests/kubetestrunner.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/kubetestrunner.cpp b/tests/kubetestrunner.cpp index d2c7331c..b3b8b295 100644 --- a/tests/kubetestrunner.cpp +++ b/tests/kubetestrunner.cpp | |||
@@ -19,7 +19,6 @@ | |||
19 | #include <QtQuickTest/quicktest.h> | 19 | #include <QtQuickTest/quicktest.h> |
20 | #include <QQmlEngine> | 20 | #include <QQmlEngine> |
21 | #include <QApplication> | 21 | #include <QApplication> |
22 | #include <sink/test.h> | ||
23 | 22 | ||
24 | int main(int argc, char **argv) | 23 | int main(int argc, char **argv) |
25 | { | 24 | { |