summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/Object.h')
-rw-r--r--cpp/include/Ice/Object.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/include/Ice/Object.h b/cpp/include/Ice/Object.h
index 831842c6ad8..d91d1acc5bb 100644
--- a/cpp/include/Ice/Object.h
+++ b/cpp/include/Ice/Object.h
@@ -7,8 +7,7 @@
//
// **********************************************************************
-#ifndef ICE_OBJECT_H
-#define ICE_OBJECT_H
+#pragma once
#include <IceUtil/Mutex.h>
#include <IceUtil/Shared.h>
@@ -173,5 +172,3 @@ ICE_API void ice_writeObject(const OutputStreamPtr&, const ObjectPtr&);
ICE_API void ice_readObject(const InputStreamPtr&, ObjectPtr&);
}
-
-#endif