aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2013-11-18 10:12:01 +0100
committerWladimir J. van der Laan <[email protected]>2013-11-18 10:12:15 +0100
commit71f97ea2a71471f383b7e78ce57eb76a76c5c933 (patch)
tree07889b3b6c59d86e6eb3dd50463b0dffccc82127 /src/wallet.cpp
parentMerge pull request #3275 from Michagogo/release-process-binary-sizes (diff)
parentCoincontrol cleanup (e.g. add missing license) (diff)
downloaddiscoin-71f97ea2a71471f383b7e78ce57eb76a76c5c933.tar.xz
discoin-71f97ea2a71471f383b7e78ce57eb76a76c5c933.zip
Merge pull request #3267
0689f46 Coincontrol cleanup (e.g. add missing license) (Philip Kaufmann)
Diffstat (limited to 'src/wallet.cpp')
-rw-r--r--src/wallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet.cpp b/src/wallet.cpp
index 3e684a787..31dfe1818 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>