Don't include Modules.h from User.h

This commit is contained in:
Kyle Fuller
2011-10-19 09:50:02 +00:00
parent 483c8ed0d1
commit 3a7d0150cf
5 changed files with 7 additions and 2 deletions
+1
View File
@@ -6,6 +6,7 @@
* by the Free Software Foundation.
*/
#include <znc/Modules.h>
#include <znc/User.h>
class CRawMod : public CModule {