summaryrefslogtreecommitdiff
path: root/src/commands/cmd_clearcache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/cmd_clearcache.cpp')
-rw-r--r--src/commands/cmd_clearcache.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/commands/cmd_clearcache.cpp b/src/commands/cmd_clearcache.cpp
index 2334e597c..1fc8a1241 100644
--- a/src/commands/cmd_clearcache.cpp
+++ b/src/commands/cmd_clearcache.cpp
@@ -13,9 +13,6 @@
#include "inspircd.h"
-#ifndef __CMD_ADMIN_H__
-#define __CMD_ADMIN_H__
-
#include "users.h"
#include "channels.h"
#include "ctables.h"
@@ -40,9 +37,6 @@ class CommandClearcache : public Command
CmdResult Handle(const std::vector<std::string>& parameters, User *user);
};
-#endif
-
-
/** Handle /CLEARCACHE
*/
CmdResult CommandClearcache::Handle (const std::vector<std::string>& parameters, User *user)