summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Database.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/Database.h')
-rw-r--r--cpp/src/IceGrid/Database.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/src/IceGrid/Database.h b/cpp/src/IceGrid/Database.h
index 18c0b337fe5..bd437619dcf 100644
--- a/cpp/src/IceGrid/Database.h
+++ b/cpp/src/IceGrid/Database.h
@@ -7,8 +7,7 @@
//
// **********************************************************************
-#ifndef ICE_GRID_DATABASE_H
-#define ICE_GRID_DATABASE_H
+#pragma once
#include <IceUtil/Mutex.h>
#include <IceUtil/Shared.h>
@@ -237,5 +236,3 @@ private:
typedef IceUtil::Handle<Database> DatabasePtr;
};
-
-#endif