diff -r 88bd39ef7d98 -r 1c5d6e47921f lemon/concepts/heap.h --- a/lemon/concepts/heap.h Mon Feb 23 12:26:21 2009 +0000 +++ b/lemon/concepts/heap.h Mon Feb 23 12:33:40 2009 +0000 @@ -20,8 +20,8 @@ ///\file ///\brief The concept of heaps. -#ifndef LEMON_CONCEPT_HEAP_H -#define LEMON_CONCEPT_HEAP_H +#ifndef LEMON_CONCEPTS_HEAP_H +#define LEMON_CONCEPTS_HEAP_H #include #include @@ -243,4 +243,4 @@ /// @} } // namespace lemon } -#endif // LEMON_CONCEPT_PATH_H +#endif