From e777200258495121ea6e409441491ad2b1c9041a Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 20 Oct 2016 16:51:16 +0800 Subject: [PATCH] test/encoding: do not include unused headers Signed-off-by: Kefu Chai --- src/test/encoding.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/encoding.cc b/src/test/encoding.cc index b9b13f73d9dc5..c6c7fe0a4ac83 100644 --- a/src/test/encoding.cc +++ b/src/test/encoding.cc @@ -1,10 +1,11 @@ -#include "common/config.h" #include "include/buffer.h" #include "include/encoding.h" #include "include/small_encoding.h" #include "gtest/gtest.h" +using namespace std; + template < typename T > static void test_encode_and_decode(const T& src) { -- 2.39.5