summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/Util.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceSSL/Util.h')
-rw-r--r--cpp/src/IceSSL/Util.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/src/IceSSL/Util.h b/cpp/src/IceSSL/Util.h
index 80f5625a63b..1e9f39dea91 100644
--- a/cpp/src/IceSSL/Util.h
+++ b/cpp/src/IceSSL/Util.h
@@ -7,8 +7,7 @@
//
// **********************************************************************
-#ifndef ICE_SSL_UTIL_H
-#define ICE_SSL_UTIL_H
+#pragma once
#include <IceSSL/UtilF.h>
#include <Ice/Network.h>
@@ -58,5 +57,3 @@ bool checkPath(std::string&, const std::string&, bool);
std::string getSslErrors(bool);
}
-
-#endif