summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/users.h b/include/users.h
index c5c936c13..34bcc9c73 100644
--- a/include/users.h
+++ b/include/users.h
@@ -22,8 +22,7 @@
*/
-#ifndef USERS_H
-#define USERS_H
+#pragma once
#include "socket.h"
#include "inspsocket.h"
@@ -953,5 +952,3 @@ class CoreExport UserResolver : public Resolver
*/
void OnError(ResolverError e, const std::string &errormessage);
};
-
-#endif