diff options
| author | Jonas Schnelli <[email protected]> | 2015-06-21 10:44:48 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2015-09-16 16:50:19 +0200 |
| commit | 53caec66cc43e1f16ba26e16147b77f5cfba22bb (patch) | |
| tree | 13ec0315c209b5aa494c535e868ff76d2a729214 /src/qt/bantablemodel.h | |
| parent | [Qt] bantable fix timestamp 64bit issue (diff) | |
| download | discoin-53caec66cc43e1f16ba26e16147b77f5cfba22bb.tar.xz discoin-53caec66cc43e1f16ba26e16147b77f5cfba22bb.zip | |
[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 ef7a26e3c..8d3da4c73 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> |