diff options
Diffstat (limited to 'cpp/include/Ice/Stream.h')
-rw-r--r-- | cpp/include/Ice/Stream.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/include/Ice/Stream.h b/cpp/include/Ice/Stream.h index de8a6b44bec..839ce185b62 100644 --- a/cpp/include/Ice/Stream.h +++ b/cpp/include/Ice/Stream.h @@ -7,8 +7,7 @@ // // ********************************************************************** -#ifndef ICE_STREAM_H -#define ICE_STREAM_H +#pragma once #include <Ice/StreamF.h> #include <Ice/CommunicatorF.h> @@ -791,5 +790,3 @@ protected: }; } - -#endif |