remove some header dependencies on client.h
This commit is contained in:
parent
93035e75d9
commit
7a246575e5
2 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,8 @@
|
|||
|
||||
#include "stdinc.h"
|
||||
|
||||
struct Client;
|
||||
|
||||
enum {
|
||||
PRIV_NEEDOPER = 1
|
||||
};
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
#include <openssl/rsa.h>
|
||||
#endif
|
||||
|
||||
struct Client;
|
||||
struct ConfItem;
|
||||
|
||||
extern rb_dlink_list cluster_conf_list;
|
||||
|
|
Loading…
Reference in a new issue