#define TIME_BUF_SIZE 128
-#include <boost/utility/string_ref.hpp>
-#include <boost/container/flat_set.hpp>
#include "common/sstring.hh"
#include "common/ceph_json.h"
#include "include/assert.h" /* needed because of common/ceph_json.h */
class RGWREST {
using x_header = basic_sstring<char, uint16_t, 32>;
- boost::container::flat_set<x_header> x_headers;
+ std::set<x_header> x_headers;
RGWRESTMgr mgr;
static int preprocess(struct req_state *s, RGWClientIO *sio);