aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2013-12-16 22:54:02 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2013-12-17 07:56:40 +0100
commit6c1bf199ca25809b0e6323a4dcbe5be97ce84cd9 (patch)
tree6537dffb2445b11ff7b368d29547f07e659e098a /src/qt/walletmodel.cpp
parent3743b80528b867cfe142f2c07aee31d92a1e13cb (diff)
downloadbitcoin-6c1bf199ca25809b0e6323a4dcbe5be97ce84cd9.tar.xz
[Qt] style-police, add missing license headers
- add missing license headers in Mac files - small code formating cleanups
Diffstat (limited to 'src/qt/walletmodel.cpp')
-rw-r--r--src/qt/walletmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp
index 984a5a2e71..f08342b83e 100644
--- a/src/qt/walletmodel.cpp
+++ b/src/qt/walletmodel.cpp
@@ -6,8 +6,8 @@
#include "addresstablemodel.h"
#include "guiconstants.h"
-#include "transactiontablemodel.h"
#include "recentrequeststablemodel.h"
+#include "transactiontablemodel.h"
#include "base58.h"
#include "db.h"