mirror of
https://github.com/ceph/ceph
synced 2025-01-10 13:10:46 +00:00
os/FuseStore: remove unneeded header file
Signed-off-by: Michal Jarzabek <stiopa@gmail.com>
This commit is contained in:
parent
367cb8407b
commit
f28a9f65b9
@ -2,6 +2,7 @@
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
|
||||
#include "FuseStore.h"
|
||||
#include "os/ObjectStore.h"
|
||||
#include "include/stringify.h"
|
||||
#include "common/errno.h"
|
||||
|
||||
|
@ -4,8 +4,12 @@
|
||||
#ifndef CEPH_OS_FUSESTORE_H
|
||||
#define CEPH_OS_FUSESTORE_H
|
||||
|
||||
#include <string>
|
||||
#include "common/Thread.h"
|
||||
#include "os/ObjectStore.h"
|
||||
|
||||
using std::string;
|
||||
|
||||
class ObjectStore;
|
||||
|
||||
class FuseStore {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user