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

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

index cccc3316f7ba67b2b3dade303b2c3cdac399d8cc..18c6ce402ff396c38983170edd6d3845fdc03aac 100644 (file)
@@ -7,7 +7,6 @@
 #include <map>
 #include <string>
 
-#include <string>
 #include <vector>
 #include <tr1/memory>
 #include <boost/scoped_ptr.hpp>