lemon/hypercube_graph.h
changeset 1979 c2992fd74dad
parent 1963 f1ace6d02a32
child 1986 9b56cca61e2e
     1.1 --- a/lemon/hypercube_graph.h	Wed Feb 22 12:45:59 2006 +0000
     1.2 +++ b/lemon/hypercube_graph.h	Wed Feb 22 18:26:56 2006 +0000
     1.3 @@ -25,9 +25,6 @@
     1.4  #include <lemon/utility.h>
     1.5  #include <lemon/error.h>
     1.6  
     1.7 -#include <lemon/bits/iterable_graph_extender.h>
     1.8 -#include <lemon/bits/alteration_notifier.h>
     1.9 -#include <lemon/bits/static_map.h>
    1.10  #include <lemon/bits/graph_extender.h>
    1.11  
    1.12  ///\ingroup graphs
    1.13 @@ -236,11 +233,7 @@
    1.14    };
    1.15  
    1.16  
    1.17 -  typedef StaticMappableGraphExtender<
    1.18 -    IterableGraphExtender<
    1.19 -    AlterableGraphExtender<
    1.20 -    GraphExtender<
    1.21 -    HyperCubeGraphBase> > > > ExtendedHyperCubeGraphBase;
    1.22 +  typedef GraphExtender<HyperCubeGraphBase> ExtendedHyperCubeGraphBase;
    1.23  
    1.24    /// \ingroup graphs
    1.25    ///