Remove one more perl's pollution of global namespace which caused modperl loading error under some circumstances.

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2142 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
darthgandalf
2010-09-27 11:45:32 +00:00
parent 79d7a3971e
commit fa8f758c7b

View File

@@ -10,6 +10,9 @@
#ifdef Copy
# undef Copy
#endif
#ifdef Pause
# undef Pause
#endif
#include <utility>
#include "../Utils.h"
#include "../Socket.h"