diff -r ef2d00e46897 -r c2992fd74dad lemon/list_graph.h --- a/lemon/list_graph.h Wed Feb 22 12:45:59 2006 +0000 +++ b/lemon/list_graph.h Wed Feb 22 18:26:56 2006 +0000 @@ -23,16 +23,11 @@ ///\file ///\brief ListGraph, ListUGraph classes. -#include -#include -#include -#include -#include -#include #include #include +#include #include namespace lemon { @@ -311,13 +306,7 @@ }; - typedef ErasableGraphExtender< - ClearableGraphExtender< - ExtendableGraphExtender< - MappableGraphExtender< - IterableGraphExtender< - AlterableGraphExtender< - GraphExtender > > > > > > ExtendedListGraphBase; + typedef GraphExtender ExtendedListGraphBase; /// \addtogroup graphs /// @{ @@ -578,13 +567,8 @@ /**************** Undirected List Graph ****************/ - typedef ErasableUGraphExtender< - ClearableUGraphExtender< - ExtendableUGraphExtender< - MappableUGraphExtender< - IterableUGraphExtender< - AlterableUGraphExtender< - UGraphExtender > > > > > > ExtendedListUGraphBase; + typedef UGraphExtender > ExtendedListUGraphBase; /// \addtogroup graphs /// @{