diff -r 06e0fb20a97c -r f5bc148f7e1f lemon/concepts/heap.h --- a/lemon/concepts/heap.h Mon Feb 23 11:31:22 2009 +0000 +++ b/lemon/concepts/heap.h Mon Feb 23 13:12:05 2009 +0100 @@ -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