From d85b8faf1190fae92209a411d38511d344f58cba Mon Sep 17 00:00:00 2001 From: John Spray Date: Tue, 6 May 2014 08:53:20 -0700 Subject: [PATCH] mds: Remove redundant 'using namespace std' This simply was not being used, and triggered a clang warning. Signed-off-by: John Spray --- src/mds/LogEvent.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mds/LogEvent.h b/src/mds/LogEvent.h index e7e8a62e06abb..542e75e84867f 100644 --- a/src/mds/LogEvent.h +++ b/src/mds/LogEvent.h @@ -41,9 +41,6 @@ #define EVENT_SUBTREEMAP_TEST 50 -#include -using namespace std; - #include "include/buffer.h" #include "include/Context.h" #include "include/utime.h" -- 2.39.5