gui_reader.cc
changeset 194 6b2b718420eb
parent 177 40f3006fba2e
child 201 879e47e5b731
equal deleted inserted replaced
6:b920534bac52 7:3475f06746d3
    14  * express or implied, and with no claim as to its suitability for any
    14  * express or implied, and with no claim as to its suitability for any
    15  * purpose.
    15  * purpose.
    16  *
    16  *
    17  */
    17  */
    18 
    18 
    19 #include "gui_reader.h"
    19 #include <gui_reader.h>
    20 #include "xml.h"
    20 #include <mapstorage.h>
    21 #include "mapstorage.h"
    21 
       
    22 #include <xml.h>
    22 #include <lemon/dim2.h>
    23 #include <lemon/dim2.h>
    23 #include <vector>
    24 #include <vector>
    24 
    25 
    25 bool GuiReader::header(const std::string& line)
    26 bool GuiReader::header(const std::string& line)
    26 {
    27 {