equal
deleted
inserted
replaced
23 #ifndef LEMON_CONCEPT_GRAPH_H |
23 #ifndef LEMON_CONCEPT_GRAPH_H |
24 #define LEMON_CONCEPT_GRAPH_H |
24 #define LEMON_CONCEPT_GRAPH_H |
25 |
25 |
26 #include <lemon/concepts/graph_components.h> |
26 #include <lemon/concepts/graph_components.h> |
27 #include <lemon/concepts/graph.h> |
27 #include <lemon/concepts/graph.h> |
28 #include <lemon/bits/utility.h> |
28 #include <lemon/core.h> |
29 |
29 |
30 namespace lemon { |
30 namespace lemon { |
31 namespace concepts { |
31 namespace concepts { |
32 |
32 |
33 /// \ingroup graph_concepts |
33 /// \ingroup graph_concepts |