summaryrefslogtreecommitdiff
path: root/src/os/DBObjectMap.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/DBObjectMap.cc')
-rw-r--r--src/os/DBObjectMap.cc17
1 files changed, 4 insertions, 13 deletions
diff --git a/src/os/DBObjectMap.cc b/src/os/DBObjectMap.cc
index 3e7539c2414..41542b1316a 100644
--- a/src/os/DBObjectMap.cc
+++ b/src/os/DBObjectMap.cc
@@ -2,22 +2,13 @@
#include <iostream>
#include <inttypes.h>
-#include "include/buffer.h"
-#include <set>
-#include <map>
-#include <string>
-#include <tr1/memory>
-
-#include <vector>
-
-#include "ObjectMap.h"
-#include "KeyValueDB.h"
-#include "DBObjectMap.h"
#include <errno.h>
-#include "global/debug.h"
-#include "common/config.h"
#include "include/assert.h"
+#include "common/config.h"
+#include "global/debug.h"
+
+#include "DBObjectMap.h"
#define dout_subsys ceph_subsys_filestore
#undef dout_prefix