diff mbox

[22/30] os/DBObjectMap.cc: remove twice included headers

Message ID 1354107458-30941-23-git-send-email-danny.al-gaaf@bisect.de (mailing list archive)
State New, archived
Headers show

Commit Message

Danny Al-Gaaf Nov. 28, 2012, 12:57 p.m. UTC
Fix includes: remove twice included <string> and <tr1/memory>

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
---
 src/os/DBObjectMap.cc | 2 --
 1 file changed, 2 deletions(-)
diff mbox

Patch

diff --git a/src/os/DBObjectMap.cc b/src/os/DBObjectMap.cc
index 83b746d..10b7b70 100644
--- a/src/os/DBObjectMap.cc
+++ b/src/os/DBObjectMap.cc
@@ -8,9 +8,7 @@ 
 #include <string>
 #include <tr1/memory>
 
-#include <string>
 #include <vector>
-#include <tr1/memory>
 
 #include "ObjectMap.h"
 #include "KeyValueDB.h"