aboutsummaryrefslogtreecommitdiff
path: root/src/p2p
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2018-06-17 22:34:11 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2019-07-22 23:26:17 +0100
commita4ba00bb22e8de0f1c436be17392014b8d21117c (patch)
tree1758dae92306b2dab41abee7b056bb5fe5589db5 /src/p2p
parentMerge pull request #5762 (diff)
downloadmonero-a4ba00bb22e8de0f1c436be17392014b8d21117c.tar.xz
Drop in-tree miniupnpc
Since 6b8539803184 ("Build: update CMake and p2p for in-tree miniupnp"), a hard dependency is made on miniupnpc which is a git submodule not part of the archive available upstream.
Diffstat (limited to 'src/p2p')
-rw-r--r--src/p2p/net_node.inl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl
index cec832231..6b1567922 100644
--- a/src/p2p/net_node.inl
+++ b/src/p2p/net_node.inl
@@ -60,9 +60,9 @@
#include "cryptonote_core/cryptonote_core.h"
#include "net/parse.h"
-#include <miniupnp/miniupnpc/miniupnpc.h>
-#include <miniupnp/miniupnpc/upnpcommands.h>
-#include <miniupnp/miniupnpc/upnperrors.h>
+#include <miniupnpc/miniupnpc.h>
+#include <miniupnpc/upnpcommands.h>
+#include <miniupnpc/upnperrors.h>
#undef MONERO_DEFAULT_LOG_CATEGORY
#define MONERO_DEFAULT_LOG_CATEGORY "net.p2p"