summaryrefslogtreecommitdiffstats
path: root/src/gsttools
diff options
context:
space:
mode:
authorAndrew Knight <andrew.knight@intopalo.com>2015-03-30 15:35:47 +0300
committerYoann Lopes <yoann.lopes@theqtcompany.com>2015-03-30 12:36:16 +0000
commit6e7a3657dd622d6dd1be6d3ea829ffb8ec69f1fa (patch)
tree006d4565965e719e790b00c654d03f3d6924121f /src/gsttools
parent14e80dc2d3a99608c559991072eb41446f7b7754 (diff)
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>
Diffstat (limited to 'src/gsttools')
-rw-r--r--src/gsttools/qgstappsrc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gsttools/qgstappsrc.cpp b/src/gsttools/qgstappsrc.cpp
index 5057d65c2..66c384992 100644
--- a/src/gsttools/qgstappsrc.cpp
+++ b/src/gsttools/qgstappsrc.cpp
@@ -34,7 +34,6 @@
#include <QDebug>
#include "qgstappsrc_p.h"
-#include <QtNetwork>
QGstAppSrc::QGstAppSrc(QObject *parent)
:QObject(parent)