From c21e6499922e70174567fd560af33937d6a39634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Mon, 12 Aug 2019 16:19:47 +0200 Subject: [PATCH] remove unnecessary iostream include --- JWT/testsuite/src/TokenTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JWT/testsuite/src/TokenTest.cpp b/JWT/testsuite/src/TokenTest.cpp index a1da2f73f..d483a2b0b 100644 --- a/JWT/testsuite/src/TokenTest.cpp +++ b/JWT/testsuite/src/TokenTest.cpp @@ -12,7 +12,7 @@ #include "CppUnit/TestCaller.h" #include "CppUnit/TestSuite.h" #include "Poco/JWT/Token.h" -#include + using namespace Poco::JWT;