cleanup removing temporary classes.
This commit is contained in:
parent
64a7f72fb9
commit
a1293c770a
|
|
@ -8,7 +8,6 @@
|
||||||
|
|
||||||
#include <grpc++/grpc++.h>
|
#include <grpc++/grpc++.h>
|
||||||
#include "proto/rpc.grpc.pb.h"
|
#include "proto/rpc.grpc.pb.h"
|
||||||
#include "etcd/AsyncDeleteResponse.h"
|
|
||||||
#include "v3/include/AsyncRangeResponse.hpp"
|
#include "v3/include/AsyncRangeResponse.hpp"
|
||||||
#include "v3/include/grpcClient.hpp"
|
#include "v3/include/grpcClient.hpp"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@
|
||||||
#include "v3/include/Utils.hpp"
|
#include "v3/include/Utils.hpp"
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include "etcd/AsyncDeleteResponse.h"
|
|
||||||
|
|
||||||
etcd::Client::Client(std::string const & address)
|
etcd::Client::Client(std::string const & address)
|
||||||
: client(address), grpcClient(address)
|
: client(address), grpcClient(address)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue