Removed unnecessary includes

Este commit está contenido en:
tastytea 2019-01-03 10:16:38 +01:00
padre edaae3906b
commit 91575c7775
Firmado por: tastytea
ID de clave GPG: CFC39497F1B26E07
Se han modificado 1 ficheros con 0 adiciones y 3 borrados

Ver fichero

@ -18,9 +18,6 @@
#define DEBUG_HPP
#include <iostream>
#include <exception>
#include <stdexcept>
#include <sstream>
#ifdef DEBUG
#define ttdebug std::cerr << "[" << __FILE__ << ":" << __LINE__ << "] DEBUG: "