]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/bancache.h
m_spanningtree Change both prefix and first parameter of SQUIT to be a SID
[user/henk/code/inspircd.git] / include / bancache.h
index 9cff918028af09ecd346b88309b8b31bf6bfabba..450f711c4e2bcb00695d478ad2db41ed446f4d34 100644 (file)
@@ -18,8 +18,7 @@
  */
 
 
-#ifndef BANCACHE_H
-#define BANCACHE_H
+#pragma once
 
 /** Stores a cached ban entry.
  * Each ban has one of these hashed in a hash_map to make for faster removal
@@ -84,5 +83,3 @@ class CoreExport BanCacheManager
        }
        ~BanCacheManager();
 };
-
-#endif