Subversion Repositories public iLand

Rev

Rev 802 | Rev 835 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 802 Rev 808
Line 27... Line 27...
27
#include "global.h"
27
#include "global.h"
28
#include "modelcontroller.h"
28
#include "modelcontroller.h"
29
#include <QObject>
29
#include <QObject>
30
30
31
#include "model.h"
31
#include "model.h"
-
 
32
#include "debugtimer.h"
32
#include "helper.h"
33
#include "helper.h"
33
#include "expression.h"
34
#include "expression.h"
34
#include "expressionwrapper.h"
35
#include "expressionwrapper.h"
35
#include "../output/outputmanager.h"
36
#include "../output/outputmanager.h"
36
37
37
#include "species.h"
38
#include "species.h"
38
#include "speciesset.h"
39
#include "speciesset.h"
39
#include "mapgrid.h"
40
#include "mapgrid.h"
-
 
41
#include "statdata.h"
40
42
41
#ifdef ILAND_GUI
43
#ifdef ILAND_GUI
42
#include "mainwindow.h" // for the debug message buffering
44
#include "mainwindow.h" // for the debug message buffering
43
#endif
45
#endif
44
46