equal
deleted
inserted
replaced
18 |
18 |
19 ///\ingroup graph_concepts |
19 ///\ingroup graph_concepts |
20 ///\file |
20 ///\file |
21 ///\brief The concept of Undirected Graphs. |
21 ///\brief The concept of Undirected Graphs. |
22 |
22 |
23 #ifndef LEMON_CONCEPT_GRAPH_H |
23 #ifndef LEMON_CONCEPTS_GRAPH_H |
24 #define LEMON_CONCEPT_GRAPH_H |
24 #define LEMON_CONCEPTS_GRAPH_H |
25 |
25 |
26 #include <lemon/concepts/graph_components.h> |
26 #include <lemon/concepts/graph_components.h> |
27 #include <lemon/concepts/graph.h> |
|
28 #include <lemon/core.h> |
27 #include <lemon/core.h> |
29 |
28 |
30 namespace lemon { |
29 namespace lemon { |
31 namespace concepts { |
30 namespace concepts { |
32 |
31 |