diff options
author | DukePyrolator <DukePyrolator@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-06-29 04:47:00 +0000 |
---|---|---|
committer | DukePyrolator <DukePyrolator@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-06-29 04:47:00 +0000 |
commit | 15687a7c9eb882edc151870a4f27ac1e8dfd61ce (patch) | |
tree | a1180b8d0426a2f9471527efcca3bdd55340f433 /src/core/cs_set.c | |
parent | 712cbb540c41e56115061be296f419e21111bedd (diff) |
changed encryption modules to use the new module API
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2342 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/core/cs_set.c')
-rw-r--r-- | src/core/cs_set.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/cs_set.c b/src/core/cs_set.c index 1f6bdd765..0c7fade4f 100644 --- a/src/core/cs_set.c +++ b/src/core/cs_set.c @@ -14,7 +14,6 @@ /*************************************************************************/ #include "module.h" -#include "encrypt.h" #include "hashcomp.h" class CommandCSSet : public Command |