diff options
| author | 2006-08-11 23:31:13 +0000 | |
|---|---|---|
| committer | 2006-08-11 23:31:13 +0000 | |
| commit | 6050df73f498d05597fb37c6157868df1f6f4db2 (patch) | |
| tree | e8075e2ef65e4b0a4b50541101e645034503e632 /src/modules/m_censor.cpp | |
| parent | Document TimerManager class (diff) | |
Just to mess with om's head, remove helperfuncs.h from everywhere
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4900 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_censor.cpp')
| -rw-r--r-- | src/modules/m_censor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_censor.cpp b/src/modules/m_censor.cpp index e68886a34..a1aba037d 100644 --- a/src/modules/m_censor.cpp +++ b/src/modules/m_censor.cpp @@ -21,7 +21,7 @@ using namespace std; #include "users.h" #include "channels.h" #include "modules.h" -#include "helperfuncs.h" + #include "inspircd.h" typedef std::map<irc::string,irc::string> censor_t; |
