src/lemon/bits/default_map.h
changeset 1307 d4acebef7276
parent 1267 a93f94dbe3d3
child 1359 1581f961cfaa
equal deleted inserted replaced
8:41cef7bbdbb9 0:708fc1952db2
    16 
    16 
    17 #ifndef LEMON_DEFAULT_MAP_H
    17 #ifndef LEMON_DEFAULT_MAP_H
    18 #define LEMON_DEFAULT_MAP_H
    18 #define LEMON_DEFAULT_MAP_H
    19 
    19 
    20 
    20 
    21 #include <lemon/array_map.h>
    21 #include <lemon/bits/array_map.h>
    22 #include <lemon/vector_map.h>
    22 #include <lemon/bits/vector_map.h>
    23 
    23 
    24 ///\ingroup graphmaps
    24 ///\ingroup graphmaps
    25 ///\file
    25 ///\file
    26 ///\brief Graph maps that construct and destruct
    26 ///\brief Graph maps that construct and destruct
    27 ///their elements dynamically.
    27 ///their elements dynamically.