Skip to content

Commit 105b357

Browse files
author
chengxin
committed
【DEL】去掉一些不再依赖的头文件包含
1 parent f887bb8 commit 105b357

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

include/tigerapi/push_socket/push_socket.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
#ifndef PUSH_SOCKET_H
22
#define PUSH_SOCKET_H
33

4-
#include <memory>
5-
#include <string>
64
#include "boost/asio.hpp"
75
#include "boost/asio/ssl.hpp"
86
#include "boost/bind.hpp"
97
#include "boost/pool/pool.hpp"
108
#include "boost/optional.hpp"
11-
#include "cpprest/details/basic_types.h"
9+
1210
#include "tigerapi/client_config.h"
1311
#include "push_frame_serialize.h"
14-
1512
#include "openapi_pb/pb_source/Request.pb.h"
1613
#include "openapi_pb/pb_source/Response.pb.h"
1714

src/push_socket/push_client_impl.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#include "tigerapi/client_config.h"
33
#include "tigerapi/push_socket/push_socket.h"
44
#include "openapi_pb\pb_source\PushData.pb.h"
5-
#include <iostream>
65
#include "google/protobuf/util/json_util.h"
76

87
std::shared_ptr<TIGER_API::PushClientImpl> TIGER_API::PushClientImpl::create_push_client_impl(const TIGER_API::ClientConfig& client_config)

src/push_socket/push_socket.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
#include "tigerapi/push_socket/push_socket.h"
22
#include "tigerapi/version.h"
3-
#include <iomanip>
43
#include <bitset>
54
#include <regex>
6-
#include <vector>
75
#include "google/protobuf/util/json_util.h"
86
#include "cpprest/json.h"
9-
#include <boost/endian/conversion.hpp>
10-
#include <boost/algorithm/string.hpp>
117

128
static const int MEMORY_POOL_PAGE_SIZE = 1024;
139
static const int MEMORY_POOL_BLOCK_NUM = 1024;

0 commit comments

Comments
 (0)