diff options
author | Adam <Adam@anope.org> | 2014-04-02 13:06:48 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-04-02 13:08:14 -0400 |
commit | 52bc8e4bc799d38e92d38d497a2bd055950841bb (patch) | |
tree | b80ea985f1adffa43ca046c014e3b81f9404db8d /include/module.h | |
parent | ee133c03f206a7fab78a700b183fbc8684b9d6bf (diff) |
Remove regex mods, use std::regex instead
Diffstat (limited to 'include/module.h')
-rw-r--r-- | include/module.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/module.h b/include/module.h index 7bfc40cfe..571cf4a6a 100644 --- a/include/module.h +++ b/include/module.h @@ -31,7 +31,6 @@ #include "modules.h" #include "opertype.h" #include "protocol.h" -#include "regexpr.h" #include "regchannel.h" #include "serialize.h" #include "servers.h" |