mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
24 lines
574 B
C++
24 lines
574 B
C++
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
|
// vim: ts=8 sw=2 smarttab ft=cpp
|
|
|
|
/*
|
|
* Ceph - scalable distributed file system
|
|
*
|
|
* Copyright (C) 2025-2026 International Business Machines Corp. (IBM)
|
|
*
|
|
* This is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
* License version 2.1, as published by the Free Software
|
|
* Foundation. See file COPYING.
|
|
*
|
|
*/
|
|
|
|
#ifndef CEPH_RGW_FDB_H
|
|
#define CEPH_RGW_FDB_H
|
|
|
|
#include "base.h"
|
|
#include "interface.h"
|
|
#include "conversion.h"
|
|
|
|
#endif
|