diff options
Diffstat (limited to 'cpp/src/Ice/GC.h')
-rw-r--r-- | cpp/src/Ice/GC.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/src/Ice/GC.h b/cpp/src/Ice/GC.h index 326ca3cb548..2e186390066 100644 --- a/cpp/src/Ice/GC.h +++ b/cpp/src/Ice/GC.h @@ -7,8 +7,7 @@ // // ********************************************************************** -#ifndef ICE_GC_H -#define ICE_GC_H +#pragma once #include <Ice/Config.h> #include <IceUtil/Thread.h> @@ -50,5 +49,3 @@ private: }; } - -#endif |