io_helper.h
author Peter Hegyi <hegyi@tmit.bme.hu>
Wed, 13 Aug 2008 17:24:25 +0100
changeset 6 3a44a2bb6da8
permissions -rw-r--r--
Remove lemon/graph_utils.h include.
     1 #ifndef IO_HELPER
     2 #define IO_HELPER
     3 
     4 #include "xml.h"
     5 #include "map_value.h"
     6 
     7 namespace lemon {
     8   void xml(XmlIo &x, MapValue::Type& v);
     9 };
    10 
    11 #endif