Remove unused header inclusion

This commit is contained in:
Duke
2025-08-21 16:14:23 -04:00
parent 564ff0cb3a
commit 6e029a62ac

View File

@@ -1,6 +1,5 @@
// Copyright (c) 2017 The Zcash developers // Copyright (c) 2017 The Zcash developers
// Copyright (c) 2016-2024 The Hush developers // Copyright (c) 2016-2024 The Hush developers
// Distributed under the GPLv3 software license, see the accompanying // Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html // file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
@@ -28,12 +27,9 @@
#include "transaction_builder.h" #include "transaction_builder.h"
#include "wallet.h" #include "wallet.h"
#include "zcash/Address.hpp" #include "zcash/Address.hpp"
#include "zcash/JoinSplit.hpp"
#include <array> #include <array>
#include <tuple> #include <tuple>
#include <unordered_map> #include <unordered_map>
#include <univalue.h> #include <univalue.h>
// Default transaction fee if caller does not specify one. // Default transaction fee if caller does not specify one.