Fix includes: remove twice included <string> and <tr1/memory> Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@xxxxxxxxx> --- src/os/DBObjectMap.cc | 2 -- 1 file changed, 2 deletions(-) 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" -- 1.8.0 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html