diff --git a/CMakeLists.txt b/CMakeLists.txt index ab59eb2..7c3c265 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -245,7 +245,6 @@ install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/etcd/KeepAlive.hpp ${CMAKE_CURRENT_SOURCE_DIR}/etcd/Response.hpp ${CMAKE_CURRENT_SOURCE_DIR}/etcd/Value.hpp ${CMAKE_CURRENT_SOURCE_DIR}/etcd/Watcher.hpp - DESTINATION include/etcd) if(NOT BUILD_ETCD_CORE_ONLY) install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/etcd/Client.hpp diff --git a/etcd/Response.hpp b/etcd/Response.hpp index 7e0912b..a4c879f 100644 --- a/etcd/Response.hpp +++ b/etcd/Response.hpp @@ -10,7 +10,6 @@ #include "etcd/Value.hpp" #include "etcd/v3/Member.hpp" -#include "rpc.pb.h" namespace etcdv3 { class AsyncWatchAction;