lemon/concepts/heap.h
changeset 576 f5bc148f7e1f
parent 566 c786cd201266
child 606 c5fd2d996909
     1.1 --- a/lemon/concepts/heap.h	Mon Feb 23 11:31:22 2009 +0000
     1.2 +++ b/lemon/concepts/heap.h	Mon Feb 23 13:12:05 2009 +0100
     1.3 @@ -20,8 +20,8 @@
     1.4  ///\file
     1.5  ///\brief The concept of heaps.
     1.6  
     1.7 -#ifndef LEMON_CONCEPT_HEAP_H
     1.8 -#define LEMON_CONCEPT_HEAP_H
     1.9 +#ifndef LEMON_CONCEPTS_HEAP_H
    1.10 +#define LEMON_CONCEPTS_HEAP_H
    1.11  
    1.12  #include <lemon/core.h>
    1.13  #include <lemon/concept_check.h>
    1.14 @@ -243,4 +243,4 @@
    1.15      /// @}
    1.16    } // namespace lemon
    1.17  }
    1.18 -#endif // LEMON_CONCEPT_PATH_H
    1.19 +#endif