carrot_impl: file reorganization
This commit is contained in:
@@ -30,10 +30,10 @@
|
||||
|
||||
#include "carrot_core/output_set_finalization.h"
|
||||
#include "carrot_core/payment_proposal.h"
|
||||
#include "carrot_impl/carrot_tx_builder_inputs.h"
|
||||
#include "carrot_impl/carrot_tx_builder_utils.h"
|
||||
#include "carrot_impl/carrot_tx_format_utils.h"
|
||||
#include "carrot_impl/format_utils.h"
|
||||
#include "carrot_impl/input_selection.h"
|
||||
#include "carrot_impl/tx_builder_inputs.h"
|
||||
#include "carrot_impl/tx_proposal_utils.h"
|
||||
#include "carrot_mock_helpers.h"
|
||||
#include "common/container_helpers.h"
|
||||
#include "crypto/generators.h"
|
||||
|
||||
@@ -33,8 +33,9 @@
|
||||
#include "carrot_core/exceptions.h"
|
||||
#include "carrot_core/output_set_finalization.h"
|
||||
#include "carrot_core/payment_proposal.h"
|
||||
#include "carrot_impl/carrot_tx_builder_utils.h"
|
||||
#include "carrot_impl/carrot_tx_format_utils.h"
|
||||
#include "carrot_impl/format_utils.h"
|
||||
#include "carrot_impl/tx_builder_outputs.h"
|
||||
#include "carrot_impl/tx_proposal_utils.h"
|
||||
#include "carrot_impl/input_selection.h"
|
||||
#include "carrot_mock_helpers.h"
|
||||
#include "common/container_helpers.h"
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include "carrot_impl/address_device_ram_borrowed.h"
|
||||
#include "carrot_impl/carrot_tx_builder_inputs.h"
|
||||
#include "carrot_impl/tx_builder_inputs.h"
|
||||
#include "carrot_mock_helpers.h"
|
||||
|
||||
using namespace carrot;
|
||||
|
||||
@@ -32,8 +32,9 @@
|
||||
//local headers
|
||||
#include "carrot_core/device_ram_borrowed.h"
|
||||
#include "carrot_core/output_set_finalization.h"
|
||||
#include "carrot_impl/carrot_tx_builder_utils.h"
|
||||
#include "carrot_impl/carrot_tx_format_utils.h"
|
||||
#include "carrot_impl/format_utils.h"
|
||||
#include "carrot_impl/tx_builder_outputs.h"
|
||||
#include "carrot_impl/tx_proposal_utils.h"
|
||||
#include "crypto/generators.h"
|
||||
#include "wallet/scanning_tools.h"
|
||||
|
||||
|
||||
@@ -29,7 +29,8 @@
|
||||
#pragma once
|
||||
|
||||
//local headers
|
||||
#include "carrot_impl/carrot_tx_builder_types.h"
|
||||
#include "carrot_core/payment_proposal.h"
|
||||
#include "carrot_impl/tx_proposal.h"
|
||||
#include "cryptonote_core/cryptonote_tx_utils.h"
|
||||
|
||||
//third party headers
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include "carrot_impl/address_device_ram_borrowed.h"
|
||||
#include "carrot_impl/carrot_tx_builder_inputs.h"
|
||||
#include "carrot_mock_helpers.h"
|
||||
#include "cryptonote_basic/cryptonote_basic_impl.h"
|
||||
#include "fake_pruned_blockchain.h"
|
||||
|
||||
Reference in New Issue
Block a user