summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/SessionManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/SessionManager.h')
-rw-r--r--cpp/src/IceGrid/SessionManager.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/src/IceGrid/SessionManager.h b/cpp/src/IceGrid/SessionManager.h
index e23ed3aee6a..756c564cea5 100644
--- a/cpp/src/IceGrid/SessionManager.h
+++ b/cpp/src/IceGrid/SessionManager.h
@@ -7,8 +7,7 @@
//
// **********************************************************************
-#ifndef ICE_GRID_SESSION_MANAGER_H
-#define ICE_GRID_SESSION_MANAGER_H
+#pragma once
#include <IceUtil/Handle.h>
#include <IceUtil/Mutex.h>
@@ -314,5 +313,3 @@ protected:
};
};
-
-#endif