Removed unnecessary includes

This commit is contained in:
tastytea 2019-01-03 10:16:38 +01:00
rodič edaae3906b
revize 91575c7775
Podepsáno: tastytea
ID GPG klíče: CFC39497F1B26E07
1 změnil soubory, kde provedl 0 přidání a 3 odebrání

Zobrazit soubor

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