blob: 65df0a7266594813b58b20528b85d5fba60fadf5 (
plain)
1
2
3
4
5
6
7
8
9
|
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab ft=cpp
#pragma once
#include <functional>
#include "rgw_common.h"
#include "rgw_lib.h"
|