lemon/concepts/path.h
changeset 529 f5bc148f7e1f
parent 440 88ed40ad0d4f
child 559 c5fd2d996909
equal deleted inserted replaced
9:26d0cf369877 10:41cb096f3f79
    19 ///\ingroup concept
    19 ///\ingroup concept
    20 ///\file
    20 ///\file
    21 ///\brief Classes for representing paths in digraphs.
    21 ///\brief Classes for representing paths in digraphs.
    22 ///
    22 ///
    23 
    23 
    24 #ifndef LEMON_CONCEPT_PATH_H
    24 #ifndef LEMON_CONCEPTS_PATH_H
    25 #define LEMON_CONCEPT_PATH_H
    25 #define LEMON_CONCEPTS_PATH_H
    26 
    26 
    27 #include <lemon/core.h>
    27 #include <lemon/core.h>
    28 #include <lemon/concept_check.h>
    28 #include <lemon/concept_check.h>
    29 
    29 
    30 namespace lemon {
    30 namespace lemon {
   303     ///@}
   303     ///@}
   304   }
   304   }
   305 
   305 
   306 } // namespace lemon
   306 } // namespace lemon
   307 
   307 
   308 #endif // LEMON_CONCEPT_PATH_H
   308 #endif