comparison: ui/common/wrapper.c
ui/common/wrapper.c
- changeset 1150
- 34b7b8a9acdf
- parent 1149
- 76b7664f951e
- child 1155
- 066fc6df92d1
equal
deleted
inserted
replaced
| 26 * POSSIBILITY OF SUCH DAMAGE. |
26 * POSSIBILITY OF SUCH DAMAGE. |
| 27 */ |
27 */ |
| 28 |
28 |
| 29 #include "wrapper.h" |
29 #include "wrapper.h" |
| 30 #include "types.h" |
30 #include "types.h" |
| 31 #include "ui/text.h" |
|
| 32 #include <cx/list.h> |
31 #include <cx/list.h> |
| 33 #include <string.h> |
32 #include <string.h> |
| 34 |
33 |
| 35 /* ---------------------------- UiObject ---------------------------- */ |
34 /* ---------------------------- UiObject ---------------------------- */ |
| 36 |
35 |