From 0689f46cc7f0939c0b52560954a3a210cbad053a Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Sat, 16 Nov 2013 17:37:31 +0100 Subject: 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) --- src/wallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wallet.cpp') 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 #include -- cgit v1.2.3