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"