]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_pubsub_push.h
import 15.2.0 Octopus source
[ceph.git] / ceph / src / rgw / rgw_pubsub_push.h
index 8cfdeb5f3bca7a89f009b2aaa2720a99b2e57541..5a2f752c876b1a1d9216ff594fc4fd250a8f30a3 100644 (file)
@@ -1,18 +1,18 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
-// vim: ts=8 sw=2 smarttab
+// vim: ts=8 sw=2 smarttab ft=cpp
 #pragma once
 
 #include <string>
 #include <memory>
 #include <stdexcept>
 #include "include/buffer_fwd.h"
+#include "include/common_fwd.h"
 #include "common/async/yield_context.h"
 
 // TODO the env should be used as a template parameter to differentiate the source that triggers the pushes
 class RGWDataSyncEnv;
 class RGWCoroutine;
 class RGWHTTPArgs;
-class CephContext;
 struct rgw_pubsub_event;
 struct rgw_pubsub_s3_record;