]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/hashcomp.h
Remove const char* versions of InspIRCd::FindNick()/FindNickOnly()/FindUUID()/FindChan()
[user/henk/code/inspircd.git] / include / hashcomp.h
index 2932f2a4862c069dab5a243ffbbc0bf7ea8ce368..e4b3cfe79e1de86279bfd866b6b98480535746b1 100644 (file)
@@ -22,8 +22,7 @@
  */
 
 
-#ifndef HASHCOMP_H
-#define HASHCOMP_H
+#pragma once
 
 #include <cstring>
 #include <string>
@@ -600,5 +599,3 @@ namespace std
                
        }
 }
-
-#endif