summaryrefslogtreecommitdiff
path: root/cpp/src/IceDB/IceDB.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceDB/IceDB.h')
-rw-r--r--cpp/src/IceDB/IceDB.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/src/IceDB/IceDB.h b/cpp/src/IceDB/IceDB.h
index 01e216bb0d7..3a1567a82a5 100644
--- a/cpp/src/IceDB/IceDB.h
+++ b/cpp/src/IceDB/IceDB.h
@@ -7,8 +7,7 @@
//
// **********************************************************************
-#ifndef ICE_DB_H
-#define ICE_DB_H
+#pragma once
#include <IceUtil/Exception.h>
#include <IceUtil/Shared.h>
@@ -114,5 +113,3 @@ public:
};
};
-
-#endif