commit 0b1ef0c341994ce0bffc51d4b5864035c8c0a63e
parent d6d91a8c1b6fa67926d00b00a0bae7bf3d4507bf
Author: cfillion <cfillion@users.noreply.github.com>
Date: Wed, 6 Sep 2017 16:07:07 -0400
test: remove useless <string> includes
Diffstat:
3 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/test/index.cpp b/test/index.cpp
@@ -3,8 +3,6 @@
#include <errors.hpp>
#include <index.hpp>
-#include <string>
-
using namespace std;
static const char *M = "[index]";
diff --git a/test/index_v1.cpp b/test/index_v1.cpp
@@ -3,8 +3,6 @@
#include <index.hpp>
#include <errors.hpp>
-#include <string>
-
using namespace std;
static const char *M = "[reapack_v1]";
diff --git a/test/package.cpp b/test/package.cpp
@@ -4,8 +4,6 @@
#include <index.hpp>
#include <package.hpp>
-#include <string>
-
using namespace std;
static const char *M = "[package]";