Message ID | 1354107458-30941-23-git-send-email-danny.al-gaaf@bisect.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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"
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(-)