mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
Move the iostream stuff and some "using" from main.h into Utils.h
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1449 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -17,9 +17,12 @@
|
||||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
|
||||
using std::map;
|
||||
using std::vector;
|
||||
using std::cout;
|
||||
using std::endl;
|
||||
|
||||
#define DEBUG(f) do { \
|
||||
if (CUtils::Debug()) { \
|
||||
|
||||
Reference in New Issue
Block a user