diff -r c35afa9e89e7 -r ef88c0a30f85 lemon/bits/graph_adaptor_extender.h --- a/lemon/bits/graph_adaptor_extender.h Mon Jan 12 23:11:39 2009 +0100 +++ b/lemon/bits/graph_adaptor_extender.h Thu Nov 05 15:48:01 2009 +0100 @@ -22,15 +22,14 @@ #include #include -#include - namespace lemon { template class DigraphAdaptorExtender : public _Digraph { + typedef _Digraph Parent; + public: - typedef _Digraph Parent; typedef _Digraph Digraph; typedef DigraphAdaptorExtender Adaptor; @@ -175,9 +174,10 @@ template class GraphAdaptorExtender : public _Graph { + typedef _Graph Parent; + public: - typedef _Graph Parent; typedef _Graph Graph; typedef GraphAdaptorExtender Adaptor;