Remove http_client.h include from etcd_state_client.h

This commit is contained in:
Vitaliy Filippov
2021-04-03 14:36:04 +03:00
parent 829381b335
commit 3e162d95a0
4 changed files with 6 additions and 1 deletions
+3 -1
View File
@@ -3,8 +3,8 @@
#pragma once
#include "json11/json11.hpp"
#include "osd_id.h"
#include "http_client.h"
#include "timerfd_manager.h"
#define ETCD_CONFIG_WATCH_ID 1
@@ -52,6 +52,8 @@ struct pool_config_t
std::map<pg_num_t, pg_config_t> pg_config;
};
struct websocket_t;
struct etcd_state_client_t
{
protected: