Removed unnecessary includes

This commit is contained in:
tastytea 2019-01-03 10:16:38 +01:00
부모 edaae3906b
커밋 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: "