]>
Commit | Line | Data |
---|---|---|
c09d434d BJ |
1 | // RCS-ID: $Id$ |
2 | ||
b5ffecfc GT |
3 | //--------------------------------------------------------------------------- |
4 | //-- all #includes that the whole Project needs. ---------------------------- | |
5 | //--------------------------------------------------------------------------- | |
5151c7af WS |
6 | |
7 | #include <wx/config.h> | |
b5ffecfc | 8 | #include <wx/dbtable.h> |
5151c7af | 9 | #include <wx/grid.h> |
b5ffecfc GT |
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> | |
b5ffecfc GT |
17 | #include <wx/splitter.h> |
18 | #include <wx/textctrl.h> | |
19 | #include <wx/toolbar.h> | |
20 | #include <wx/treectrl.h> | |
5151c7af | 21 | |
b5ffecfc | 22 | //--------------------------- |
5151c7af WS |
23 | |
24 | #include "tabpgwin.h" | |
b5ffecfc GT |
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" | |
5151c7af | 32 | |
b5ffecfc | 33 | //--------------------------------------------------------------------------- |