From: John Spray Date: Tue, 6 May 2014 15:53:20 +0000 (-0700) Subject: mds: Remove redundant 'using namespace std' X-Git-Tag: v0.81~43^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d85b8faf1190fae92209a411d38511d344f58cba;p=ceph.git mds: Remove redundant 'using namespace std' This simply was not being used, and triggered a clang warning. Signed-off-by: John Spray --- diff --git a/src/mds/LogEvent.h b/src/mds/LogEvent.h index e7e8a62e06ab..542e75e84867 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"