equal
deleted
inserted
replaced
22 |
22 |
23 |
23 |
24 #ifndef LEMON_CONCEPT_GRAPH_COMPONENT_H |
24 #ifndef LEMON_CONCEPT_GRAPH_COMPONENT_H |
25 #define LEMON_CONCEPT_GRAPH_COMPONENT_H |
25 #define LEMON_CONCEPT_GRAPH_COMPONENT_H |
26 |
26 |
27 #include <lemon/invalid.h> |
27 #include <lemon/bits/invalid.h> |
28 #include <lemon/concept/maps.h> |
28 #include <lemon/concept/maps.h> |
29 |
29 |
30 #include <lemon/bits/alteration_notifier.h> |
30 #include <lemon/bits/alteration_notifier.h> |
31 |
31 |
32 namespace lemon { |
32 namespace lemon { |