aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2013-11-16 17:37:31 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2013-11-18 08:16:12 +0100
commit0689f46cc7f0939c0b52560954a3a210cbad053a (patch)
tree30573c57db7f03d72c8a475f6cff4c6fd0e163cf /src/wallet.cpp
parentaf6e093f062548d850b6eb510240aeb1ff24e2a3 (diff)
downloadbitcoin-0689f46cc7f0939c0b52560954a3a210cbad053a.tar.xz
Coincontrol cleanup (e.g. add missing license)
- add missing license headers - make compatible with Qt5 - enforce header cleanup style - small code style cleanups - rename Coin Control dialog into Coin Control Address Selection - use default font for the windows labels (no monospace)
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 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>