From: Matt Benjamin Date: Wed, 14 Dec 2016 21:31:19 +0000 (-0500) Subject: use std::map X-Git-Tag: v10.2.6~35^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9fd29b440990c3458e4e65f22733d9da0c2606bc;p=ceph.git use std::map (adaptation commit for #7639) Signed-off-by: Matt Benjamin --- diff --git a/src/rgw/rgw_rest.h b/src/rgw/rgw_rest.h index ba22c1d2de3..4bb4c2804e0 100644 --- a/src/rgw/rgw_rest.h +++ b/src/rgw/rgw_rest.h @@ -6,8 +6,6 @@ #define TIME_BUF_SIZE 128 -#include -#include #include "common/sstring.hh" #include "common/ceph_json.h" #include "include/assert.h" /* needed because of common/ceph_json.h */ @@ -441,7 +439,7 @@ class RGWLibIO; class RGWREST { using x_header = basic_sstring; - boost::container::flat_set x_headers; + std::set x_headers; RGWRESTMgr mgr; static int preprocess(struct req_state *s, RGWClientIO *sio);