lemon/map_iterator.h
changeset 1993 2115143eceea
parent 1956 a055123339d5
child 2204 5617107d27e9
equal deleted inserted replaced
2:1f76b0970d37 3:5c0d6b43d84c
    17  */
    17  */
    18 
    18 
    19 #ifndef LEMON_MAP_ITERATOR_H
    19 #ifndef LEMON_MAP_ITERATOR_H
    20 #define LEMON_MAP_ITERATOR_H
    20 #define LEMON_MAP_ITERATOR_H
    21 
    21 
    22 #include <lemon/traits.h>
    22 #include <lemon/bits/traits.h>
    23 #include <lemon/utility.h>
    23 #include <lemon/bits/utility.h>
    24 
    24 
    25 /// \ingroup gutils
    25 /// \ingroup gutils
    26 /// \file
    26 /// \file
    27 /// \brief Iterators on the maps.
    27 /// \brief Iterators on the maps.
    28 
    28