]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/DBObjectMap.cc: remove twice included headers
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 28 Nov 2012 12:57:30 +0000 (13:57 +0100)
committerSage Weil <sage@inktank.com>
Wed, 28 Nov 2012 16:25:42 +0000 (08:25 -0800)
Fix includes: remove twice included <string> and <tr1/memory>

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/os/DBObjectMap.cc

index 83b746d80e99bed629a2ddb604853ed5c1f0d945..10b7b705a4b24f1b0ac5dda4f90a54dade98a965 100644 (file)
@@ -8,9 +8,7 @@
 #include <string>
 #include <tr1/memory>
 
-#include <string>
 #include <vector>
-#include <tr1/memory>
 
 #include "ObjectMap.h"
 #include "KeyValueDB.h"