mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-04 12:13:13 +02:00
Move dns.h include to unrealircd.h and remove it elsewhere.
Because I need c-ares prototypes in modules.h, for next commit. [skip ci]
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
*/
|
||||
|
||||
#include "unrealircd.h"
|
||||
#include "dns.h"
|
||||
|
||||
ModuleHeader MOD_HEADER
|
||||
= {
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
*/
|
||||
|
||||
#include "unrealircd.h"
|
||||
#include "dns.h"
|
||||
|
||||
ModuleHeader MOD_HEADER
|
||||
= {
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
*/
|
||||
|
||||
#include "unrealircd.h"
|
||||
#include "dns.h"
|
||||
|
||||
ModuleHeader MOD_HEADER
|
||||
= {
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
#include "unrealircd.h"
|
||||
#include "dns.h"
|
||||
|
||||
#define WEBSOCKET_VERSION "1.1.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user