diff options
| author | MarcoFalke <[email protected]> | 2018-10-20 05:33:45 -0300 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-10-20 05:34:53 -0300 |
| commit | fadffae17f31507a3d79a7b7f1cef71660767e0d (patch) | |
| tree | 9b41e4cd3b0aaa8a9d57c2d9ea8236e33cb3bf10 /src/qt/test/addressbooktests.cpp | |
| parent | Merge #14373: Consistency fixes for RPC descriptions (diff) | |
| download | discoin-fadffae17f31507a3d79a7b7f1cef71660767e0d.tar.xz discoin-fadffae17f31507a3d79a7b7f1cef71660767e0d.zip | |
Revert "Make qt wallet test compatible with qt4"
This reverts commit e9a64615c8e18692a775765787f404266767260b.
Diffstat (limited to 'src/qt/test/addressbooktests.cpp')
| -rw-r--r-- | src/qt/test/addressbooktests.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qt/test/addressbooktests.cpp b/src/qt/test/addressbooktests.cpp index c3d33c76d..4867da006 100644 --- a/src/qt/test/addressbooktests.cpp +++ b/src/qt/test/addressbooktests.cpp @@ -6,15 +6,14 @@ #include <qt/addressbookpage.h> #include <qt/addresstablemodel.h> #include <qt/editaddressdialog.h> -#include <qt/callback.h> #include <qt/optionsmodel.h> #include <qt/platformstyle.h> #include <qt/qvalidatedlineedit.h> #include <qt/walletmodel.h> #include <key.h> -#include <pubkey.h> #include <key_io.h> +#include <pubkey.h> #include <wallet/wallet.h> #include <QTimer> |