summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>2013-02-04 17:54:08 +0100
committerSage Weil <sage@inktank.com>2013-02-04 09:27:11 -0800
commitc81a9d4ad4d970acb38f7ad8db6a13f50b31e65e (patch)
tree8dca3251cbacaa94d8ff09354a0a7797ef8562a4
parent558b238caf1492f4684d0bafcc924bd9bedf47cf (diff)
downloadceph-c81a9d4ad4d970acb38f7ad8db6a13f50b31e65e.tar.gz
ceph-filestore-dump.cc: remove twice included <iostream>
Cleanup includes, remove twice included <iostream>. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
-rw-r--r--src/tools/ceph-filestore-dump.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/ceph-filestore-dump.cc b/src/tools/ceph-filestore-dump.cc
index 224ef32bf0c..2dfa1e539ff 100644
--- a/src/tools/ceph-filestore-dump.cc
+++ b/src/tools/ceph-filestore-dump.cc
@@ -24,7 +24,6 @@
#include <sstream>
#include <stdlib.h>
#include <fstream>
-#include <iostream>
#include "common/Formatter.h"