diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-10-20 05:33:45 -0300 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-10-20 05:34:53 -0300 |
commit | fadffae17f31507a3d79a7b7f1cef71660767e0d (patch) | |
tree | 9b41e4cd3b0aaa8a9d57c2d9ea8236e33cb3bf10 /src/qt/test/addressbooktests.cpp | |
parent | be992701b018f256db6d64786624be4cb60d8975 (diff) |
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 c3d33c76d4..4867da0063 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> |