From ef64b411c8d829a690a9f3875772fae47eda5620 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Sun, 12 Dec 2010 16:39:12 +0000 Subject: [PATCH] ... --- include/badwords.h | 4 ---- include/struct.h | 4 ---- 2 files changed, 8 deletions(-) diff --git a/include/badwords.h b/include/badwords.h index 21d0c9543..e91c9d579 100644 --- a/include/badwords.h +++ b/include/badwords.h @@ -5,11 +5,7 @@ #include #include -#ifndef _WIN32 #include "tre/regex.h" -#else -#include "regex.h" -#endif #define MAX_MATCH 1 #define MAX_WORDLEN 64 diff --git a/include/struct.h b/include/struct.h index 4c7164640..6a17b2304 100644 --- a/include/struct.h +++ b/include/struct.h @@ -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"