aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-03-05 09:54:26 +0000
committerGravatar Sadie Powell2021-03-05 09:54:26 +0000
commite76b208ce8389cc7f20e95cefe34b8b0ace308db (patch)
tree9ad750dd432154f822e64ba6b6e42b327157a25a /include/modules
parentRemove unnecessary prefix from socketengine source files. (diff)
parentFix a bunch of really obvious unnecessary includes. (diff)
Merge branch 'insp3' into master.
Diffstat (limited to 'include/modules')
-rw-r--r--include/modules/regex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/regex.h b/include/modules/regex.h
index 344423e8b..6c9f659da 100644
--- a/include/modules/regex.h
+++ b/include/modules/regex.h
@@ -25,7 +25,7 @@
#pragma once
-#include "inspircd.h"
+#include "event.h"
namespace Regex
{