lemon/concept/ugraph.h
changeset 2013 02e70e25aac5
parent 1980 a954b780e3ab
child 2021 11455e986b95
equal deleted inserted replaced
5:1257bf059df3 6:6458203a5ca9
    24 #ifndef LEMON_CONCEPT_UGRAPH_H
    24 #ifndef LEMON_CONCEPT_UGRAPH_H
    25 #define LEMON_CONCEPT_UGRAPH_H
    25 #define LEMON_CONCEPT_UGRAPH_H
    26 
    26 
    27 #include <lemon/concept/graph_component.h>
    27 #include <lemon/concept/graph_component.h>
    28 #include <lemon/concept/graph.h>
    28 #include <lemon/concept/graph.h>
    29 #include <lemon/utility.h>
    29 #include <lemon/bits/utility.h>
    30 
    30 
    31 namespace lemon {
    31 namespace lemon {
    32   namespace concept {
    32   namespace concept {
    33 
    33 
    34 //     /// Skeleton class which describes an edge with direction in \ref
    34 //     /// Skeleton class which describes an edge with direction in \ref