summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ServerI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/ServerI.h')
-rw-r--r--cpp/src/IceGrid/ServerI.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/src/IceGrid/ServerI.h b/cpp/src/IceGrid/ServerI.h
index 591e78854c1..f033a4d8bec 100644
--- a/cpp/src/IceGrid/ServerI.h
+++ b/cpp/src/IceGrid/ServerI.h
@@ -7,8 +7,7 @@
//
// **********************************************************************
-#ifndef ICE_GRID_SERVER_I_H
-#define ICE_GRID_SERVER_I_H
+#pragma once
#include <IceUtil/Mutex.h>
#include <IceUtil/Timer.h>
@@ -320,5 +319,3 @@ private:
};
}
-
-#endif