summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/LocatorRegistryI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/LocatorRegistryI.h')
-rw-r--r--cpp/src/IceGrid/LocatorRegistryI.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/src/IceGrid/LocatorRegistryI.h b/cpp/src/IceGrid/LocatorRegistryI.h
index 7d4065034d8..44bc8e7007d 100644
--- a/cpp/src/IceGrid/LocatorRegistryI.h
+++ b/cpp/src/IceGrid/LocatorRegistryI.h
@@ -7,8 +7,7 @@
//
// **********************************************************************
-#ifndef ICE_GRID_LOCATOR_REGISTRY_I_H
-#define ICE_GRID_LOCATOR_REGISTRY_I_H
+#pragma once
#include <IceGrid/Internal.h>
#include <Ice/Locator.h>
@@ -55,5 +54,3 @@ private:
typedef IceUtil::Handle<LocatorRegistryI> LocatorRegistryIPtr;
}
-
-#endif