// Copyright (c) 2017 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef ZCASH_AMQP_AMQPCONFIG_H #define ZCASH_AMQP_AMQPCONFIG_H #if defined(HAVE_CONFIG_H) #include "config/bitcoin-config.h" #endif #include #include #if ENABLE_PROTON #include #include #include #include #include #include #include #include #include #include #include #include #endif #include "primitives/block.h" #include "primitives/transaction.h" #endif // ZCASH_AMQP_AMQPCONFIG_H