diff options
Diffstat (limited to 'cpp/src/IceSSL/ConnectorI.h')
-rw-r--r-- | cpp/src/IceSSL/ConnectorI.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/src/IceSSL/ConnectorI.h b/cpp/src/IceSSL/ConnectorI.h index cfb4e1f92f4..00c8577b857 100644 --- a/cpp/src/IceSSL/ConnectorI.h +++ b/cpp/src/IceSSL/ConnectorI.h @@ -7,8 +7,7 @@ // // ********************************************************************** -#ifndef ICE_SSL_CONNECTOR_I_H -#define ICE_SSL_CONNECTOR_I_H +#pragma once #include <Ice/LoggerF.h> #include <Ice/TransceiverF.h> @@ -54,5 +53,3 @@ private: }; } - -#endif |