cleanup removing temporary classes
This commit is contained in:
parent
43d6c8ae3c
commit
12789ad2d2
|
|
@ -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/DeleteRpcResponse.h"
|
|
||||||
#include "etcd/AsyncDeleteResponse.h"
|
#include "etcd/AsyncDeleteResponse.h"
|
||||||
|
|
||||||
using grpc::Channel;
|
using grpc::Channel;
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
#include "etcd/Client.hpp"
|
#include "etcd/Client.hpp"
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include "etcd/DeleteRpcResponse.h"
|
|
||||||
#include "etcd/AsyncDeleteResponse.h"
|
#include "etcd/AsyncDeleteResponse.h"
|
||||||
|
|
||||||
etcd::Client::Client(std::string const & address)
|
etcd::Client::Client(std::string const & address)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue