]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/consolecolors.h
Tidy up source files:
[user/henk/code/inspircd.git] / include / consolecolors.h
index f7ca1335ed244f16514d457d4fa035971fab2996..9b7e0670afae1c68df0659e83ca870e50ca76272 100644 (file)
@@ -14,8 +14,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef CONSOLECOLORS_H
-#define CONSOLECOLORS_H
+
+#pragma once
 
 #include <ostream>
 
@@ -96,5 +96,3 @@ inline std::ostream& con_reset(std::ostream &s)
 }
 
 #endif
-
-#endif