1
0
Fork 0

Removed unnecessary includes

Dieser Commit ist enthalten in:
tastytea 2019-01-03 10:16:38 +01:00
Ursprung edaae3906b
Commit 91575c7775
Signiert von: tastytea
GPG-Schlüssel-ID: CFC39497F1B26E07
1 geänderte Dateien mit 0 neuen und 3 gelöschten Zeilen

Datei anzeigen

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