summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/RFC2253.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceSSL/RFC2253.h')
-rw-r--r--cpp/src/IceSSL/RFC2253.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/src/IceSSL/RFC2253.h b/cpp/src/IceSSL/RFC2253.h
index c70fb157d9f..0e769c20bb2 100644
--- a/cpp/src/IceSSL/RFC2253.h
+++ b/cpp/src/IceSSL/RFC2253.h
@@ -7,8 +7,7 @@
//
// **********************************************************************
-#ifndef ICE_SSL_RFC_2253_H
-#define ICE_SSL_RFC_2253_H
+#pragma once
#include <IceUtil/Config.h>
#include <list>
@@ -63,5 +62,3 @@ std::string unescape(const std::string&);
}
}
-
-#endif