lemon/concept/graph_component.h
changeset 1993 2115143eceea
parent 1956 a055123339d5
child 1999 2ff283124dfc
equal deleted inserted replaced
10:1ff9ee8053b1 11:6aa934814fb3
    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 {