From: Maxim Mamontov <faust.madf@gmail.com>
Date: Sat, 28 May 2011 14:33:27 +0000 (+0300)
Subject: Unused headers removed
X-Git-Tag: 2.408-alpha~122
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/cb456bba7ef70d1ede25527dd7d7f72ce864de64?ds=inline

Unused headers removed
---

diff --git a/tests/main.cpp b/tests/main.cpp
index bedbc362..368c9330 100644
--- a/tests/main.cpp
+++ b/tests/main.cpp
@@ -1,12 +1,6 @@
-#include <iostream>
-
 #include "tut/tut.hpp"
 #include "tut_reporter.h"
 
-using std::exception;
-using std::cerr;
-using std::endl;
-
 namespace tut
 {
     test_runner_singleton runner;