1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-03 05:33:12 +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:
Bram Matthys
2023-11-25 09:05:29 +01:00
parent 6ce1958e1c
commit 55d1398fca
11 changed files with 3 additions and 12 deletions
-1
View File
@@ -6,7 +6,6 @@
*/
#include "unrealircd.h"
#include "dns.h"
#define WEBSOCKET_VERSION "1.1.0"