diff options
author | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-03-22 16:01:53 +0100 |
---|---|---|
committer | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-03-22 16:01:53 +0100 |
commit | 9dd5b209a24715efc01f3669226b4f02d6926e08 (patch) | |
tree | c2f2b7fe3ca6b1fde5ae2307791052cb44a52040 | |
parent | 114426095781de19f3f85469e6eea0d2894953e5 (diff) | |
download | ceph-9dd5b209a24715efc01f3669226b4f02d6926e08.tar.gz |
mon/AuthMonitor.cc: remove twice included <sstream>
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
-rw-r--r-- | src/mon/AuthMonitor.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mon/AuthMonitor.cc b/src/mon/AuthMonitor.cc index 0761137784e..71f7bf69a5f 100644 --- a/src/mon/AuthMonitor.cc +++ b/src/mon/AuthMonitor.cc @@ -33,7 +33,6 @@ #include "common/config.h" #include "include/assert.h" -#include <sstream> #define dout_subsys ceph_subsys_mon #undef dout_prefix |