Skip to content

Commit

Permalink
Remove unused network header includes from qgsgeometry.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 4, 2016
1 parent 08ee180 commit e927447
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/core/geometry/qgsgeometry.cpp
Expand Up @@ -46,12 +46,6 @@ email : morb at ozemail dot com dot au
#include "qgspolygon.h"
#include "qgslinestring.h"

#ifndef Q_WS_WIN
#include <netinet/in.h>
#else
#include <winsock.h>
#endif

struct QgsGeometryPrivate
{
QgsGeometryPrivate(): ref( 1 ), geometry( nullptr ) {}
Expand Down

0 comments on commit e927447

Please sign in to comment.