lemon/concepts/graph_components.h
changeset 576 f5bc148f7e1f
parent 463 88ed40ad0d4f
child 581 6d3a9eec82b4
equal deleted inserted replaced
8:aa6f4d783203 10:7ce7fe5e8978
    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>