]>
Commit | Line | Data |
---|---|---|
1 | // RCS-ID: $Id$ | |
2 | ||
3 | //--------------------------------------------------------------------------- | |
4 | //-- all #includes that the whole Project needs. ---------------------------- | |
5 | //--------------------------------------------------------------------------- | |
6 | ||
7 | #include <wx/config.h> | |
8 | #include <wx/dbtable.h> | |
9 | #include <wx/grid.h> | |
10 | #include <wx/file.h> | |
11 | #include <wx/wxhtml.h> | |
12 | #include <wx/image.h> | |
13 | #include <wx/imaglist.h> | |
14 | #include <wx/intl.h> | |
15 | #include <wx/laywin.h> | |
16 | #include <wx/listctrl.h> | |
17 | #include <wx/splitter.h> | |
18 | #include <wx/textctrl.h> | |
19 | #include <wx/toolbar.h> | |
20 | #include <wx/treectrl.h> | |
21 | ||
22 | //--------------------------- | |
23 | ||
24 | #include "tabpgwin.h" | |
25 | #include "dlguser.h" | |
26 | #include "browsedb.h" | |
27 | #include "dbtree.h" | |
28 | #include "dbgrid.h" | |
29 | #include "pgmctrl.h" | |
30 | #include "doc.h" | |
31 | #include "dbbrowse.h" | |
32 | ||
33 | //--------------------------------------------------------------------------- |