Benchmarks: tst_tcpserver: Remove unnecessary qprocess include

The include is not needed and breaks build that do not have process
support.

Change-Id: I3951c24c950dd556a3b26744d8994709e294d397
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
This commit is contained in:
Oliver Wolff 2018-01-26 08:14:48 +01:00
parent bdd2697ce8
commit 8bc4c3ae8f

View File

@ -32,7 +32,6 @@
#include <qtcpsocket.h>
#include <qtcpserver.h>
#include <qhostaddress.h>
#include <qprocess.h>
#include <qstringlist.h>
#include <qplatformdefs.h>
#include <qhostinfo.h>