diff options
Diffstat (limited to 'cpp/include/IceUtil/AbstractMutex.h')
-rw-r--r-- | cpp/include/IceUtil/AbstractMutex.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/include/IceUtil/AbstractMutex.h b/cpp/include/IceUtil/AbstractMutex.h index 13fd6855234..8b757cfa771 100644 --- a/cpp/include/IceUtil/AbstractMutex.h +++ b/cpp/include/IceUtil/AbstractMutex.h @@ -7,8 +7,7 @@ // // ********************************************************************** -#ifndef ICE_UTIL_ABSTRACT_MUTEX_H -#define ICE_UTIL_ABSTRACT_MUTEX_H +#pragma once #include <IceUtil/Config.h> #include <IceUtil/Lock.h> @@ -120,5 +119,3 @@ public: } - -#endif |