diff --git a/src/headers/Yerbacon.hpp b/src/headers/Yerbacon.hpp index f75638c..f781405 100644 --- a/src/headers/Yerbacon.hpp +++ b/src/headers/Yerbacon.hpp @@ -42,7 +42,6 @@ void exit(int status) { } #include static std::ostringstream string_cout; -using std::cout; #define cout (is_node ? std::cout : string_cout) #define cerr (is_node ? std::cerr : string_cout) std::string get_cout() {