diff options
| author | practicalswift <[email protected]> | 2017-11-16 22:26:34 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-11-16 22:26:34 +0100 |
| commit | a720b928c80f18d340173f39f63e7ef9cfb367c1 (patch) | |
| tree | 05b9a3a0f1822ca807e3bdcf0dcd4aefdb46268c /src/qt/optionsmodel.cpp | |
| parent | Merge #11087: Diagnose unsuitable outputs in lockunspent(). (diff) | |
| download | discoin-a720b928c80f18d340173f39f63e7ef9cfb367c1.tar.xz discoin-a720b928c80f18d340173f39f63e7ef9cfb367c1.zip | |
Remove includes in .cpp files for things the corresponding .h file already included
Diffstat (limited to 'src/qt/optionsmodel.cpp')
| -rw-r--r-- | src/qt/optionsmodel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/optionsmodel.cpp b/src/qt/optionsmodel.cpp index a0645d9a7..caf514d8d 100644 --- a/src/qt/optionsmodel.cpp +++ b/src/qt/optionsmodel.cpp @@ -11,7 +11,6 @@ #include <qt/bitcoinunits.h> #include <qt/guiutil.h> -#include <amount.h> #include <init.h> #include <validation.h> // For DEFAULT_SCRIPTCHECK_THREADS #include <net.h> |