os/FuseStore: remove unneeded header file

Signed-off-by: Michal Jarzabek <stiopa@gmail.com>
This commit is contained in:
Michal Jarzabek 2016-08-19 21:14:03 +01:00
parent 367cb8407b
commit f28a9f65b9
2 changed files with 6 additions and 1 deletions

View File

@ -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"

View File

@ -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: