summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>2013-03-22 16:01:15 +0100
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>2013-03-22 16:01:15 +0100
commit114426095781de19f3f85469e6eea0d2894953e5 (patch)
treec601744cc8ab85c5869b254989c10d236be5485f
parentf00f3bc4e5db04be036ec737e4ed9d9281f64eb3 (diff)
downloadceph-114426095781de19f3f85469e6eea0d2894953e5.tar.gz
common/Formatter.h: remove twice included <list>
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
-rw-r--r--src/common/Formatter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/Formatter.h b/src/common/Formatter.h
index 0f9a94a86ad..45d82aea534 100644
--- a/src/common/Formatter.h
+++ b/src/common/Formatter.h
@@ -9,7 +9,6 @@
#include <sstream>
#include <stdarg.h>
#include <string>
-#include <list>
namespace ceph {