From 020755af40dea579de016d8bd968b98d6845c7cb Mon Sep 17 00:00:00 2001 From: pixhawk Date: Sat, 6 Nov 2010 11:53:16 +0100 Subject: [PATCH] Fixed unneccesary header in UDPLink.cc --- src/comm/UDPLink.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comm/UDPLink.cc b/src/comm/UDPLink.cc index d0f6d1623..0574c1eff 100644 --- a/src/comm/UDPLink.cc +++ b/src/comm/UDPLink.cc @@ -36,7 +36,7 @@ This file is part of the QGROUNDCONTROL project #include "UDPLink.h" #include "LinkManager.h" #include "MG.h" -#include +//#include UDPLink::UDPLink(QHostAddress host, quint16 port) { -- 2.22.0