diff options
author | Jonas Schnelli <jonas.schnelli@include7.ch> | 2015-06-21 10:44:48 +0200 |
---|---|---|
committer | Jonas Schnelli <jonas.schnelli@include7.ch> | 2015-09-16 16:50:19 +0200 |
commit | 53caec66cc43e1f16ba26e16147b77f5cfba22bb (patch) | |
tree | 13ec0315c209b5aa494c535e868ff76d2a729214 /src/qt/bantablemodel.h | |
parent | f0bcbc4c8a9918e5d240ba2736286cede76155f5 (diff) |
[Qt] bantable overhaul
- some code cleanups
- fix date formatting
- reduce header includes
Diffstat (limited to 'src/qt/bantablemodel.h')
-rw-r--r-- | src/qt/bantablemodel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/bantablemodel.h b/src/qt/bantablemodel.h index ef7a26e3c6..8d3da4c737 100644 --- a/src/qt/bantablemodel.h +++ b/src/qt/bantablemodel.h @@ -5,7 +5,6 @@ #ifndef BITCOIN_QT_BANTABLEMODEL_H #define BITCOIN_QT_BANTABLEMODEL_H -#include "main.h" #include "net.h" #include <QAbstractTableModel> |