erase warn
This commit is contained in:
parent
15cb2c14c0
commit
0e7240462d
@ -1,5 +1,4 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "logger.hpp"
|
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
@ -2,10 +2,8 @@
|
|||||||
|
|
||||||
#include "abstract_coder.hpp"
|
#include "abstract_coder.hpp"
|
||||||
#include "client_tcp_connect.hpp"
|
#include "client_tcp_connect.hpp"
|
||||||
#include "coroutine.hpp"
|
|
||||||
#include "net_address.hpp"
|
#include "net_address.hpp"
|
||||||
#include "reactor.hpp"
|
#include "reactor.hpp"
|
||||||
#include "tinypb_data.hpp"
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
namespace tinyrpc {
|
namespace tinyrpc {
|
||||||
|
@ -2,8 +2,6 @@
|
|||||||
#include "logger.hpp"
|
#include "logger.hpp"
|
||||||
#include "net_address.hpp"
|
#include "net_address.hpp"
|
||||||
#include "reactor.hpp"
|
#include "reactor.hpp"
|
||||||
#include "tcp_client.hpp"
|
|
||||||
#include "tcp_server.hpp"
|
|
||||||
#include "tinypb.pb.h"
|
#include "tinypb.pb.h"
|
||||||
#include "tinypb_channel.hpp"
|
#include "tinypb_channel.hpp"
|
||||||
#include "tinypb_closure.hpp"
|
#include "tinypb_closure.hpp"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#include "tcp_server.hpp"
|
#include "tcp_server.hpp"
|
||||||
#include "tinypb.pb.h"
|
#include "tinypb.pb.h"
|
||||||
#include <google/protobuf/service.h>
|
#include <google/protobuf/service.h>
|
||||||
#include <iostream>
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace tinyrpc;
|
using namespace tinyrpc;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user