summaryrefslogtreecommitdiff
path: root/src/bridge/colors.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bridge/colors.hpp')
-rw-r--r--src/bridge/colors.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bridge/colors.hpp b/src/bridge/colors.hpp
index 2ba80ee..e2c8a87 100644
--- a/src/bridge/colors.hpp
+++ b/src/bridge/colors.hpp
@@ -1,5 +1,5 @@
-#ifndef COLORS_INCLUDED
-# define COLORS_INCLUDED
+#pragma once
+
/**
* A module handling the conversion between IRC colors and XHTML-IM, and
@@ -53,4 +53,4 @@ static const char irc_format_char[] = {
*/
Xmpp::body irc_format_to_xhtmlim(const std::string& str);
-#endif // COLORS_INCLUDED
+