summaryrefslogtreecommitdiff
path: root/src/irc/iid.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/iid.hpp')
-rw-r--r--src/irc/iid.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/irc/iid.hpp b/src/irc/iid.hpp
index a55ae21..3b11470 100644
--- a/src/irc/iid.hpp
+++ b/src/irc/iid.hpp
@@ -1,5 +1,5 @@
-#ifndef IID_INCLUDED
-# define IID_INCLUDED
+#pragma once
+
#include <string>
@@ -76,4 +76,4 @@ namespace std {
const std::string to_string(const Iid& iid);
}
-#endif // IID_INCLUDED
+