diff mbox

[23/30] os/DBObjectMap.h: remove twice included <string>

Message ID 1354107458-30941-24-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>

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

Patch

diff --git a/src/os/DBObjectMap.h b/src/os/DBObjectMap.h
index cccc331..18c6ce4 100644
--- a/src/os/DBObjectMap.h
+++ b/src/os/DBObjectMap.h
@@ -7,7 +7,6 @@ 
 #include <map>
 #include <string>
 
-#include <string>
 #include <vector>
 #include <tr1/memory>
 #include <boost/scoped_ptr.hpp>