diff --git a/Utils.h b/Utils.h index 986acbcf..f140597f 100644 --- a/Utils.h +++ b/Utils.h @@ -17,9 +17,12 @@ #include #include #include +#include using std::map; using std::vector; +using std::cout; +using std::endl; #define DEBUG(f) do { \ if (CUtils::Debug()) { \ diff --git a/main.h b/main.h index 8137f1e3..ef5f5177 100644 --- a/main.h +++ b/main.h @@ -53,9 +53,4 @@ #define MODULECALL(macFUNC, macUSER, macCLIENT, macEXITER) #endif -#include -using std::cout; -using std::cerr; -using std::endl; - #endif // !_MAIN_H