| 31 #include "toolkit.h" |
31 #include "toolkit.h" |
| 32 |
32 |
| 33 #include <cx/allocator.h> |
33 #include <cx/allocator.h> |
| 34 #include <cx/mempool.h> |
34 #include <cx/mempool.h> |
| 35 |
35 |
| |
36 #include <stdlib.h> |
| |
37 #include <string.h> |
| |
38 |
| 36 #include "../common/context.h" |
39 #include "../common/context.h" |
| 37 #include "../common/document.h" |
40 #include "../common/document.h" |
| 38 #include "../common/toolbar.h" |
41 #include "../common/toolbar.h" |
| 39 #include "../common/properties.h" |
42 #include "../common/properties.h" |
| 40 #include "../common/app.h" |
43 #include "../common/app.h" |