Skip to content

Commit 233a3ff

Browse files
author
Petr Matousek
committed
refactoring
1 parent 3c34c00 commit 233a3ff

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

src/api/qpid-proton/reactor/TxReceivingClient.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,8 @@
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

3120
using proton::message;
3221
using proton::uuid;

src/api/qpid-proton/reactor/TxSendingClient.h

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,8 @@
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

2714
using proton::message;
2815

0 commit comments

Comments
 (0)