mirror of
https://github.com/ceph/ceph
synced 2025-01-10 05:00:59 +00:00
tools/common.cc: remove twice included headers
Cleanup includes: Remove twice included sys/stat.h and osd/OSDMap.h. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
parent
82c1f48b74
commit
03a4c8c940
@ -23,7 +23,6 @@ using namespace std;
|
||||
|
||||
#include <memory>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
extern "C" {
|
||||
@ -81,7 +80,6 @@ float tick_interval = 3.0;
|
||||
|
||||
// observe (push)
|
||||
#include "mon/PGMap.h"
|
||||
#include "osd/OSDMap.h"
|
||||
#include "mds/MDSMap.h"
|
||||
#include "common/LogEntry.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user