main_win.h
changeset 194 6b2b718420eb
parent 191 af2ed974ab68
child 201 879e47e5b731
     1.1 --- a/main_win.h	Wed Feb 28 15:19:20 2007 +0000
     1.2 +++ b/main_win.h	Wed Feb 28 18:20:28 2007 +0000
     1.3 @@ -20,13 +20,11 @@
     1.4  #define MAIN_WIN_H
     1.5  
     1.6  #include "all_include.h"
     1.7 -#include "algowin.h"
     1.8 -#include "map_win.h"
     1.9 -#include "new_map_win.h"
    1.10 -#include "nbtab.h"
    1.11  #include <libgnomecanvasmm.h>
    1.12  #include <libgnomecanvasmm/polygon.h>
    1.13  
    1.14 +class AlgoWin;
    1.15 +class NoteBookTab;
    1.16  
    1.17  ///This class is the main window of GUI.
    1.18