using in headers is evil :(

This commit is contained in:
Alexey Sokolov
2012-07-26 20:46:11 +07:00
parent f1932b9322
commit 62c9ac1a0b
65 changed files with 234 additions and 154 deletions

View File

@@ -16,6 +16,10 @@
#include <znc/User.h>
#include <znc/znc.h>
using std::vector;
using std::set;
using std::map;
void CClient::UserCommand(CString& sLine) {
if (!m_pUser) {
return;