Browse Source

Fixed unneccesary header in UDPLink.cc

QGC4.4
pixhawk 15 years ago
parent
commit
020755af40
  1. 2
      src/comm/UDPLink.cc

2
src/comm/UDPLink.cc

@ -36,7 +36,7 @@ This file is part of the QGROUNDCONTROL project @@ -36,7 +36,7 @@ This file is part of the QGROUNDCONTROL project
#include "UDPLink.h"
#include "LinkManager.h"
#include "MG.h"
#include <netinet/in.h>
//#include <netinet/in.h>
UDPLink::UDPLink(QHostAddress host, quint16 port)
{

Loading…
Cancel
Save