diff options
Diffstat (limited to 'cpp/include/Freeze/Index.h')
-rw-r--r-- | cpp/include/Freeze/Index.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/cpp/include/Freeze/Index.h b/cpp/include/Freeze/Index.h index 7c15bcad8c6..cb05a198ec0 100644 --- a/cpp/include/Freeze/Index.h +++ b/cpp/include/Freeze/Index.h @@ -7,8 +7,7 @@ // // ********************************************************************** -#ifndef FREEZE_INDEX_H -#define FREEZE_INDEX_H +#pragma once #include <Ice/Ice.h> #include <Freeze/DB.h> @@ -56,6 +55,3 @@ private: typedef IceUtil::Handle<Index> IndexPtr; } - -#endif - |