diff options
| author | 2021-03-05 08:39:42 +0000 | |
|---|---|---|
| committer | 2021-03-05 09:17:13 +0000 | |
| commit | 2ba32afa9a9aca7c82966b66bda16c3c3dbfbba5 (patch) | |
| tree | 74d565304ac68244d655a257ce27fe8a920fe510 /include/modules | |
| parent | Fix detection of the ldap, regex_stdlib, and ssl_mbedtls module deps. (diff) | |
Fix a bunch of really obvious unnecessary includes.
Diffstat (limited to 'include/modules')
| -rw-r--r-- | include/modules/regex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/regex.h b/include/modules/regex.h index 23e547915..5a0ea4903 100644 --- a/include/modules/regex.h +++ b/include/modules/regex.h @@ -25,7 +25,7 @@ #pragma once -#include "inspircd.h" +#include "event.h" class Regex : public classbase { |
