diff options
Diffstat (limited to 'cpp/src/Freeze/MapDb.h')
-rw-r--r-- | cpp/src/Freeze/MapDb.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/src/Freeze/MapDb.h b/cpp/src/Freeze/MapDb.h index 8ec63ccd49f..06e192b727d 100644 --- a/cpp/src/Freeze/MapDb.h +++ b/cpp/src/Freeze/MapDb.h @@ -7,8 +7,7 @@ // // ********************************************************************** -#ifndef FREEZE_MAP_DB_H -#define FREEZE_MAP_DB_H +#pragma once #include <IceUtil/Config.h> #include <db_cxx.h> @@ -120,4 +119,3 @@ MapDb::getKeyCompare() const } } -#endif |