mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-12 21:52:38 +01:00
common: move pcp.cpp and netif.cpp files from util to common library since they depend on netaddress.cpp
Prevents check-deps.sh errors reported by fanquake https://github.com/bitcoin/bitcoin/pull/30415#issuecomment-2385475097
This commit is contained in:
@@ -7,14 +7,14 @@
|
||||
#include <mapport.h>
|
||||
|
||||
#include <clientversion.h>
|
||||
#include <common/netif.h>
|
||||
#include <common/pcp.h>
|
||||
#include <common/system.h>
|
||||
#include <logging.h>
|
||||
#include <net.h>
|
||||
#include <netaddress.h>
|
||||
#include <netbase.h>
|
||||
#include <random.h>
|
||||
#include <util/netif.h>
|
||||
#include <util/pcp.h>
|
||||
#include <util/thread.h>
|
||||
#include <util/threadinterrupt.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user