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.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/os/DBObjectMap.cc b/src/os/DBObjectMap.cc
index 5142f4d7420..90c840bbe9c 100644
--- a/src/os/DBObjectMap.cc
+++ b/src/os/DBObjectMap.cc
@@ -1,13 +1,13 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
-#include <iostream>
-#include <inttypes.h>
+#include "include/int_types.h"
#include "include/buffer.h"
+
+#include <iostream>
#include <set>
#include <map>
#include <string>
#include <tr1/memory>
-
#include <vector>
#include "ObjectMap.h"