]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_whowas.h
CommandParser::LoopCall() changes
[user/henk/code/inspircd.git] / include / commands / cmd_whowas.h
index 590c111724fe455fea823fcb3fb5a0324f863be2..7e1eeefc9384771f759524a8fdc804be6ea7af22 100644 (file)
@@ -19,8 +19,8 @@
  */
 
 
-#ifndef CMD_WHOWAS_H
-#define CMD_WHOWAS_H
+#pragma once
+
 #include "modules.h"
 
 /* Forward ref for typedefs */
@@ -114,5 +114,3 @@ class WhoWasGroup
         */
        ~WhoWasGroup();
 };
-
-#endif