File tree Expand file tree Collapse file tree 2 files changed +0
-24
lines changed
src/api/qpid-proton/reactor Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change 1414#ifndef TXRECEIVINGCLIENT_H
1515#define TXRECEIVINGCLIENT_H
1616
17- #include < sstream>
18- #include < string>
19-
20- #include < proton/message.hpp>
21- #include < proton/container.hpp>
22- #include < proton/uuid.hpp>
23-
2417#include " ReceivingClient.h"
2518#include " handler/TxReceiverHandler.h"
26- #include " options/modern/ReceiverOptionsParser.h"
27- #include " options/OptionsHelper.h"
28- #include " TypeUtils.h"
29- #include " UriParser.h"
3019
3120using proton::message;
3221using proton::uuid;
Original file line number Diff line number Diff line change 88#ifndef DTESTS_NODE_DATA_CLIENTS_LANG_CPP_APIS_PROTON_REACTOR_TXSENDINGCLIENT_H_
99#define DTESTS_NODE_DATA_CLIENTS_LANG_CPP_APIS_PROTON_REACTOR_TXSENDINGCLIENT_H_
1010
11- #include < sstream>
12- #include < string>
13-
14- #include < proton/message.hpp>
15- #include < proton/container.hpp>
16- #include < proton/types.hpp>
17- #include < proton/duration.hpp>
18-
1911#include " SendingClient.h"
2012#include " handler/TxSenderHandler.h"
21- #include " options/modern/SenderOptionsParser.h"
22- #include " options/OptionsHelper.h"
23- #include " ContentType.h"
24- #include " TypeUtils.h"
25- #include " UriParser.h"
2613
2714using proton::message;
2815
You can’t perform that action at this time.
0 commit comments