summaryrefslogtreecommitdiff
path: root/src/os/DBObjectMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/DBObjectMap.h')
-rw-r--r--src/os/DBObjectMap.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/os/DBObjectMap.h b/src/os/DBObjectMap.h
index 18c6ce402ff..0c12a043b22 100644
--- a/src/os/DBObjectMap.h
+++ b/src/os/DBObjectMap.h
@@ -2,21 +2,22 @@
#ifndef DBOBJECTMAP_DB_H
#define DBOBJECTMAP_DB_H
-#include "include/buffer.h"
+#include "osd/osd_types.h"
+
+#include <boost/scoped_ptr.hpp>
+#include <tr1/memory>
#include <set>
#include <map>
#include <string>
-
#include <vector>
-#include <tr1/memory>
-#include <boost/scoped_ptr.hpp>
-#include "ObjectMap.h"
-#include "KeyValueDB.h"
-#include "osd/osd_types.h"
+#include "include/buffer.h"
#include "common/Mutex.h"
#include "common/Cond.h"
+#include "ObjectMap.h"
+#include "KeyValueDB.h"
+
/**
* DBObjectMap: Implements ObjectMap in terms of KeyValueDB
*