Browse Source

[Android] Fix include for miniupnpc

staphen 3 years ago
parent
commit
f83eed9ef9
1 changed files with 0 additions and 5 deletions
  1. 0 5
      osdep/PortMapper.cpp

+ 0 - 5
osdep/PortMapper.cpp

@@ -47,14 +47,9 @@
 #include <miniupnpc/miniupnpc.h>
 #include <miniupnpc/upnpcommands.h>
 #else
-#ifdef __ANDROID__
-#include "miniupnpc.h"
-#include "upnpcommands.h"
-#else
 #include "../ext/miniupnpc/miniupnpc.h"
 #include "../ext/miniupnpc/upnpcommands.h"
 #endif
-#endif
 
 #ifdef ZT_USE_SYSTEM_NATPMP
 #include <natpmp.h>