mirror of
https://github.com/znc/znc.git
synced 2026-08-10 19:02:51 +02:00
Don't include Modules.h from User.h
This commit is contained in:
+2
-1
@@ -10,8 +10,8 @@
|
||||
#define _USER_H
|
||||
|
||||
#include <znc/zncconfig.h>
|
||||
#include <znc/Utils.h>
|
||||
#include <znc/Buffer.h>
|
||||
#include <znc/Modules.h>
|
||||
#include <znc/Nick.h>
|
||||
#include <set>
|
||||
#include <vector>
|
||||
@@ -19,6 +19,7 @@
|
||||
using std::set;
|
||||
using std::vector;
|
||||
|
||||
class CModules;
|
||||
class CChan;
|
||||
class CClient;
|
||||
class CConfig;
|
||||
|
||||
Reference in New Issue
Block a user