lemon/bits/base_extender.h
changeset 2366 bfbdded3763a
parent 2231 06faf3f06d67
child 2386 81b47fc5c444
equal deleted inserted replaced
5:111085a4035c 6:05ebd50225eb
    24 
    24 
    25 #include <lemon/bits/map_extender.h>
    25 #include <lemon/bits/map_extender.h>
    26 #include <lemon/bits/default_map.h>
    26 #include <lemon/bits/default_map.h>
    27 
    27 
    28 #include <lemon/concept_check.h>
    28 #include <lemon/concept_check.h>
    29 #include <lemon/concept/maps.h>
    29 #include <lemon/concepts/maps.h>
    30 
    30 
    31 ///\ingroup graphbits
    31 ///\ingroup graphbits
    32 ///\file
    32 ///\file
    33 ///\brief Extenders for the graph types
    33 ///\brief Extenders for the graph types
    34 namespace lemon {
    34 namespace lemon {