lemon/concept/ugraph.h
changeset 1945 e5c0c5cc477f
parent 1909 2d806130e700
child 1946 17eb3eaad9f8
equal deleted inserted replaced
0:eae411ffba29 1:40a31c264a95
    20 ///\ingroup graph_concepts
    20 ///\ingroup graph_concepts
    21 ///\file
    21 ///\file
    22 ///\brief Undirected graphs and components of.
    22 ///\brief Undirected graphs and components of.
    23 
    23 
    24 
    24 
    25 #ifndef LEMON_CONCEPT_UNDIR_GRAPH_H
    25 #ifndef LEMON_CONCEPT_UGRAPH_H
    26 #define LEMON_CONCEPT_UNDIR_GRAPH_H
    26 #define LEMON_CONCEPT_UGRAPH_H
    27 
    27 
    28 #include <lemon/concept/graph_component.h>
    28 #include <lemon/concept/graph_component.h>
    29 #include <lemon/concept/graph.h>
    29 #include <lemon/concept/graph.h>
    30 #include <lemon/utility.h>
    30 #include <lemon/utility.h>
    31 
    31