equal
deleted
inserted
replaced
19 ///\ingroup graph_concepts |
19 ///\ingroup graph_concepts |
20 ///\file |
20 ///\file |
21 ///\brief The concept of graph components. |
21 ///\brief The concept of graph components. |
22 |
22 |
23 |
23 |
24 #ifndef LEMON_CONCEPT_GRAPH_COMPONENTS_H |
24 #ifndef LEMON_CONCEPTS_GRAPH_COMPONENTS_H |
25 #define LEMON_CONCEPT_GRAPH_COMPONENTS_H |
25 #define LEMON_CONCEPTS_GRAPH_COMPONENTS_H |
26 |
26 |
27 #include <lemon/core.h> |
27 #include <lemon/core.h> |
28 #include <lemon/concepts/maps.h> |
28 #include <lemon/concepts/maps.h> |
29 |
29 |
30 #include <lemon/bits/alteration_notifier.h> |
30 #include <lemon/bits/alteration_notifier.h> |