]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
testxattr.cc: remove twice included <iostream>
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 4 Feb 2013 16:54:05 +0000 (17:54 +0100)
committerSage Weil <sage@inktank.com>
Mon, 4 Feb 2013 17:27:10 +0000 (09:27 -0800)
Cleanup includes, remove twice included <iostream>.

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

index 65bb4b114e16e53e7b1dcfa3b6e725af0187d0de..b1ef126dc7d6170fc113771ead916358784ba994 100644 (file)
@@ -9,7 +9,6 @@ using namespace std;
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <sys/file.h>
-#include <iostream>
 #include <errno.h>
 #include <dirent.h>
 #include <sys/xattr.h>