1.1 --- a/lemon/concepts/path.h Mon Feb 23 12:26:21 2009 +0000
1.2 +++ b/lemon/concepts/path.h Mon Feb 23 12:33:40 2009 +0000
1.3 @@ -21,8 +21,8 @@
1.4 ///\brief Classes for representing paths in digraphs.
1.5 ///
1.6
1.7 -#ifndef LEMON_CONCEPT_PATH_H
1.8 -#define LEMON_CONCEPT_PATH_H
1.9 +#ifndef LEMON_CONCEPTS_PATH_H
1.10 +#define LEMON_CONCEPTS_PATH_H
1.11
1.12 #include <lemon/core.h>
1.13 #include <lemon/concept_check.h>
1.14 @@ -305,4 +305,4 @@
1.15
1.16 } // namespace lemon
1.17
1.18 -#endif // LEMON_CONCEPT_PATH_H
1.19 +#endif