diff options
author | Kaleb S. KEITHLEY <kkeithle@redhat.com> | 2020-08-07 23:27:55 +0200 |
---|---|---|
committer | Kaleb S. KEITHLEY <kkeithle@redhat.com> | 2020-08-10 12:42:45 +0200 |
commit | 04e8e363560ae4d3392063825d026bca254d69ac (patch) | |
tree | 05aec336e0e20963487286edafb7c4d5930d7c12 /src/rgw/rgw_pubsub.cc | |
parent | Merge pull request #36492 from ricardoasmarques/prevent-unnecessary-ssh-recon... (diff) | |
download | ceph-04e8e363560ae4d3392063825d026bca254d69ac.tar.xz ceph-04e8e363560ae4d3392063825d026bca254d69ac.zip |
rgw: remove unnecessary #include "rgw_rados.h"
rgw_rados.h not needed for compile
see https://tracker.ceph.com/issues/46880
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Diffstat (limited to 'src/rgw/rgw_pubsub.cc')
-rw-r--r-- | src/rgw/rgw_pubsub.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rgw/rgw_pubsub.cc b/src/rgw/rgw_pubsub.cc index 947578b2831..2b68987c7ba 100644 --- a/src/rgw/rgw_pubsub.cc +++ b/src/rgw/rgw_pubsub.cc @@ -9,7 +9,6 @@ #include "rgw_xml.h" #include "rgw_arn.h" #include "rgw_pubsub_push.h" -#include "rgw_rados.h" #include <regex> #include <algorithm> |