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
+1
View File
@@ -2,6 +2,7 @@
// License: VNPL-1.1 or GNU GPL-2.0+ (see README.md for details)
#include <stdexcept>
#include <assert.h>
#include "cluster_client.h"
cluster_client_t::cluster_client_t(ring_loop_t *ringloop, timerfd_manager_t *tfd, json11::Json & config)