1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 15:23:12 +02:00
This commit is contained in:
Bram Matthys
2010-12-12 16:39:12 +00:00
parent 1309531df8
commit ef64b411c8
2 changed files with 0 additions and 8 deletions
-4
View File
@@ -5,11 +5,7 @@
#include <stdlib.h>
#include <string.h>
#ifndef _WIN32
#include "tre/regex.h"
#else
#include "regex.h"
#endif
#define MAX_MATCH 1
#define MAX_WORDLEN 64
-4
View File
@@ -65,11 +65,7 @@
#include "zip.h"
#endif
#include "auth.h"
#ifndef _WIN32
#include "tre/regex.h"
#else
#include "regex.h"
#endif
#include "channel.h"