Skip to content

Commit

Permalink
test/encoding: do not include unused headers
Browse files Browse the repository at this point in the history
Signed-off-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Oct 20, 2016
1 parent f6053b4 commit 7d5e0c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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)
{
Expand Down

0 comments on commit 7d5e0c4

Please sign in to comment.