summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>2013-03-22 16:02:23 +0100
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>2013-03-22 16:02:23 +0100
commita583029e81c3bebfc66dd214f9997968feeac960 (patch)
tree8b02d55ff219fbb38b25eba013869345f1f739f0
parent9dd5b209a24715efc01f3669226b4f02d6926e08 (diff)
downloadceph-a583029e81c3bebfc66dd214f9997968feeac960.tar.gz
mon/LogMonitor.cc: remove twice included <sstream>
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
-rw-r--r--src/mon/LogMonitor.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mon/LogMonitor.cc b/src/mon/LogMonitor.cc
index c67979200a7..f540cdcdfbe 100644
--- a/src/mon/LogMonitor.cc
+++ b/src/mon/LogMonitor.cc
@@ -29,7 +29,6 @@
#include "common/errno.h"
#include "common/config.h"
#include "include/assert.h"
-#include <sstream>
#define dout_subsys ceph_subsys_mon
#undef dout_prefix