gui_writer.h
changeset 194 6b2b718420eb
parent 174 95872af46fc4
     1.1 --- a/gui_writer.h	Wed Feb 28 15:19:20 2007 +0000
     1.2 +++ b/gui_writer.h	Wed Feb 28 18:20:28 2007 +0000
     1.3 @@ -19,9 +19,10 @@
     1.4  #ifndef GUI_WRITER_H
     1.5  #define GUI_WRITER_H
     1.6  
     1.7 -#include "mapstorage.h"
     1.8  #include <lemon/lemon_writer.h>
     1.9  
    1.10 +class MapStorage;
    1.11 +
    1.12  using lemon::LemonWriter;
    1.13  
    1.14  class GuiWriter : public LemonWriter::SectionWriter