aboutsummaryrefslogtreecommitdiff
path: root/src/helperfuncs.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-03-05 08:39:42 +0000
committerGravatar Sadie Powell2021-03-05 09:17:13 +0000
commit2ba32afa9a9aca7c82966b66bda16c3c3dbfbba5 (patch)
tree74d565304ac68244d655a257ce27fe8a920fe510 /src/helperfuncs.cpp
parentFix detection of the ldap, regex_stdlib, and ssl_mbedtls module deps. (diff)
Fix a bunch of really obvious unnecessary includes.
Diffstat (limited to 'src/helperfuncs.cpp')
-rw-r--r--src/helperfuncs.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp
index 7ce5fa454..800d147eb 100644
--- a/src/helperfuncs.cpp
+++ b/src/helperfuncs.cpp
@@ -35,8 +35,6 @@
#include "inspircd.h"
#include "xline.h"
-#include "exitcodes.h"
-#include <iostream>
/* Find a user record by nickname and return a pointer to it */
User* InspIRCd::FindNick(const std::string &nick)