]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_cloaking.cpp
m_spanningtree Remove unneeded #includes
[user/henk/code/inspircd.git] / src / modules / m_cloaking.cpp
index 3ad0c7ab31123b529e4dc9e73a523ff2eaf01d8b..9eb9a8da90421541e053db2b5977f29736af35cf 100644 (file)
@@ -24,7 +24,7 @@
 
 
 #include "inspircd.h"
-#include "hash.h"
+#include "modules/hash.h"
 
 /* $ModDesc: Provides masking of user hostnames */
 
@@ -45,7 +45,6 @@ class CloakUser : public ModeHandler
 {
  public:
        LocalStringExt ext;
-
        std::string debounce_uid;
        time_t debounce_ts;
        int debounce_count;
@@ -119,7 +118,6 @@ class CloakUser : public ModeHandler
                        return MODEACTION_ALLOW;
                }
        }
-
 };
 
 class CommandCloak : public Command
@@ -322,10 +320,6 @@ class ModuleCloaking : public Module
                }
        }
 
-       ~ModuleCloaking()
-       {
-       }
-
        Version GetVersion()
        {
                std::string testcloak = "broken";