mds: Remove redundant 'using namespace std'

This simply was not being used, and triggered
a clang warning.

Signed-off-by: John Spray <john.spray@inktank.com>
This commit is contained in:
John Spray 2014-05-06 08:53:20 -07:00
parent 3fd871270b
commit d85b8faf11

View File

@ -41,9 +41,6 @@
#define EVENT_SUBTREEMAP_TEST 50
#include <string>
using namespace std;
#include "include/buffer.h"
#include "include/Context.h"
#include "include/utime.h"