summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/TrustManagerF.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceSSL/TrustManagerF.h')
-rw-r--r--cpp/src/IceSSL/TrustManagerF.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/src/IceSSL/TrustManagerF.h b/cpp/src/IceSSL/TrustManagerF.h
index e715c188ea8..43333664258 100644
--- a/cpp/src/IceSSL/TrustManagerF.h
+++ b/cpp/src/IceSSL/TrustManagerF.h
@@ -7,8 +7,7 @@
//
// **********************************************************************
-#ifndef ICE_SSL_TRUST_MANAGER_F_H
-#define ICE_SSL_TRUST_MANAGER_F_H
+#pragma once
#include <IceUtil/Shared.h>
@@ -22,5 +21,3 @@ IceUtil::Shared* upCast(IceSSL::TrustManager*);
typedef IceInternal::Handle<TrustManager> TrustManagerPtr;
}
-
-#endif