lemon/concept/bpugraph.h
changeset 2134 914602e294be
parent 2120 a907fb95f1e0
child 2163 bef3457be038
equal deleted inserted replaced
7:3167fa698a42 8:e42809c6cc53
    22 
    22 
    23 
    23 
    24 #ifndef LEMON_CONCEPT_BPUGRAPH_H
    24 #ifndef LEMON_CONCEPT_BPUGRAPH_H
    25 #define LEMON_CONCEPT_BPUGRAPH_H
    25 #define LEMON_CONCEPT_BPUGRAPH_H
    26 
    26 
    27 #include <lemon/concept/graph_component.h>
    27 #include <lemon/concept/graph_components.h>
    28 
    28 
    29 #include <lemon/concept/graph.h>
    29 #include <lemon/concept/graph.h>
    30 #include <lemon/concept/ugraph.h>
    30 #include <lemon/concept/ugraph.h>
    31 
    31 
    32 #include <lemon/bits/utility.h>
    32 #include <lemon/bits/utility.h>