X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=tests%2Funit%2Fmap2%2Fstd_map.h;h=6923472c5489d264ea32fa88e5798ab27ee4a5f5;hp=58508cd60427092c07f39250698cd47095403bd5;hb=8fd114ed79087a0779de2f5c60c5f790bdcfd8f6;hpb=ec96e0ec7bcddad58e36da624443e5b42fa16b3c diff --git a/tests/unit/map2/std_map.h b/tests/unit/map2/std_map.h index 58508cd6..6923472c 100644 --- a/tests/unit/map2/std_map.h +++ b/tests/unit/map2/std_map.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDSUNIT_STD_MAP_GCC_H -#define __CDSUNIT_STD_MAP_GCC_H +#ifndef CDSUNIT_STD_MAP_GCC_H +#define CDSUNIT_STD_MAP_GCC_H #include #include //unique_lock @@ -86,4 +86,4 @@ namespace map2 { }; } // namespace map -#endif // #ifndef __CDSUNIT_STD_MAP_GCC_H +#endif // #ifndef CDSUNIT_STD_MAP_GCC_H