]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/link.h
Fix some of the include guard names (requested by SaberUK)
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / link.h
index 0ff2593cc2480aae9027818723f1489f1bc57de9..9423891676d00c3ed5aadf9fa3308f98fef066ea 100644 (file)
@@ -11,8 +11,8 @@
  * ---------------------------------------------------
  */
 
-#ifndef __LINK_H__
-#define __LINK_H__
+#ifndef M_SPANNINGTREE_LINK_H
+#define M_SPANNINGTREE_LINK_H
 
 class Link : public refcountbase
 {
@@ -45,5 +45,4 @@ class Autoconnect : public refcountbase
        Autoconnect(ConfigTag* Tag) : tag(Tag) {}
 };
 
-
 #endif