diff options
Diffstat (limited to 'src/wallet.cpp')
-rw-r--r-- | src/wallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet.cpp b/src/wallet.cpp index 3e684a7879..31dfe18185 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -6,8 +6,8 @@ #include "wallet.h" #include "base58.h" -#include "net.h" #include "coincontrol.h" +#include "net.h" #include <inttypes.h> #include <stdint.h> |