From 91575c7775afad04ff5022eed66af6f196cb989c Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 3 Jan 2019 10:16:38 +0100 Subject: [PATCH] Removed unnecessary includes --- src/debug.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/debug.hpp b/src/debug.hpp index fdfed18..2d499cb 100644 --- a/src/debug.hpp +++ b/src/debug.hpp @@ -18,9 +18,6 @@ #define DEBUG_HPP #include -#include -#include -#include #ifdef DEBUG #define ttdebug std::cerr << "[" << __FILE__ << ":" << __LINE__ << "] DEBUG: "