Remove stray <QtNetwork> includes

Module includes slow down the build when PCH is disabled, so don't use
them.

Change-Id: Ic0bf0d938ef06dea9dba6897df592311230a6529
Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
This commit is contained in:
Andrew Knight
2015-03-30 15:35:47 +03:00
committed by Yoann Lopes
parent 14e80dc2d3
commit 6e7a3657dd
5 changed files with 9 additions and 4 deletions

View File

@@ -34,7 +34,6 @@
#include <QDebug>
#include "qgstappsrc_p.h"
#include <QtNetwork>
QGstAppSrc::QGstAppSrc(QObject *parent)
:QObject(parent)