X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/3886ef930e3fd54894b8798ab17ef4d3bc0b995a..ab1d6ad7b6563c4c7a8841abae32aad79711f351:/tests/main.cpp?ds=inline

diff --git a/tests/main.cpp b/tests/main.cpp
index f561cb16..368c9330 100644
--- a/tests/main.cpp
+++ b/tests/main.cpp
@@ -1,16 +1,13 @@
-#include <tut/tut.hpp>
-#include <tut_reporter.h>
-#include <iostream>
-
-using std::exception;
-using std::cerr;
-using std::endl;
+#include "tut/tut.hpp"
+#include "tut_reporter.h"
 
 namespace tut
 {
     test_runner_singleton runner;
 }
 
+volatile time_t stgTime = 0;
+
 int main()
 {
     tut::reporter reporter;