Removed unnecessary includes

このコミットが含まれているのは:
tastytea 2019-01-03 10:16:38 +01:00
コミット 91575c7775
署名者: tastytea
GPGキーID: CFC39497F1B26E07
1個のファイルの変更0行の追加3行の削除

ファイルの表示

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