Skip to content

Commit e927447

Browse files
committed
Remove unused network header includes from qgsgeometry.cpp
1 parent 08ee180 commit e927447

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/core/geometry/qgsgeometry.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@ email : morb at ozemail dot com dot au
4646
#include "qgspolygon.h"
4747
#include "qgslinestring.h"
4848

49-
#ifndef Q_WS_WIN
50-
#include <netinet/in.h>
51-
#else
52-
#include <winsock.h>
53-
#endif
54-
5549
struct QgsGeometryPrivate
5650
{
5751
QgsGeometryPrivate(): ref( 1 ), geometry( nullptr ) {}

0 commit comments

Comments
 (0)