]> Git Repo - VerusCoin.git/blob - src/amqp/amqpconfig.h
Auto merge of #2200 - str4d:1884-tx-priority-test, r=nathan-at-least
[VerusCoin.git] / src / amqp / amqpconfig.h
1 // Copyright (c) 2017 The Zcash developers
2 // Distributed under the MIT software license, see the accompanying
3 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5 #ifndef ZCASH_AMQP_AMQPCONFIG_H
6 #define ZCASH_AMQP_AMQPCONFIG_H
7
8 #if defined(HAVE_CONFIG_H)
9 #include "config/bitcoin-config.h"
10 #endif
11
12 #include <stdarg.h>
13 #include <string>
14
15 #if ENABLE_PROTON
16 #include <proton/connection.hpp>
17 #include <proton/connection_options.hpp>
18 #include <proton/container.hpp>
19 #include <proton/default_container.hpp>
20 #include <proton/message.hpp>
21 #include <proton/message_id.hpp>
22 #include <proton/messaging_handler.hpp>
23 #include <proton/thread_safe.hpp>
24 #include <proton/tracker.hpp>
25 #include <proton/transport.hpp>
26 #include <proton/types.hpp>
27 #include <proton/url.hpp>
28 #endif
29
30 #include "primitives/block.h"
31 #include "primitives/transaction.h"
32
33 #endif // ZCASH_AMQP_AMQPCONFIG_H
This page took 0.025697 seconds and 4 git commands to generate.