diff options
Diffstat (limited to 'src/irc/irc_user.hpp')
-rw-r--r-- | src/irc/irc_user.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/irc/irc_user.hpp b/src/irc/irc_user.hpp index 4b6cd7a..c84030e 100644 --- a/src/irc/irc_user.hpp +++ b/src/irc/irc_user.hpp @@ -1,5 +1,5 @@ -#ifndef IRC_USER_INCLUDED -# define IRC_USER_INCLUDED +#pragma once + #include <vector> #include <string> @@ -30,4 +30,4 @@ public: std::set<char> modes; }; -#endif // IRC_USER_INCLUDED + |