summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/NodeSessionManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/NodeSessionManager.h')
-rw-r--r--cpp/src/IceGrid/NodeSessionManager.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/src/IceGrid/NodeSessionManager.h b/cpp/src/IceGrid/NodeSessionManager.h
index 71bd1d032ea..2d8c4694345 100644
--- a/cpp/src/IceGrid/NodeSessionManager.h
+++ b/cpp/src/IceGrid/NodeSessionManager.h
@@ -7,8 +7,7 @@
//
// **********************************************************************
-#ifndef ICE_GRID_NODE_SESSION_MANAGER_H
-#define ICE_GRID_NODE_SESSION_MANAGER_H
+#pragma once
#include <IceUtil/Handle.h>
#include <IceUtil/Mutex.h>
@@ -137,5 +136,3 @@ private:
};
}
-
-#endif