code: Expell gossiper.hh from other headers

This needs to add forward declarations of the gossiper class and
re-include some other headers here and there.

Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>
This commit is contained in:
Pavel Emelyanov
2021-09-21 12:05:33 +03:00
parent 6875a4b292
commit 598841a5dd
10 changed files with 23 additions and 4 deletions

View File

@@ -81,6 +81,7 @@
#include "types/map.hh"
#include "utils/error_injection.hh"
#include "utils/exponential_backoff_retry.hh"
#include "utils/fb_utilities.hh"
#include "query-result-writer.hh"
using namespace std::chrono_literals;