ui/common/context.h

changeset 157
0b33b9396851
parent 145
853685152c1d
child 162
18892c0a9adc
equal deleted inserted replaced
156:62f1a55535e7 157:0b33b9396851
28 28
29 #ifndef UIC_CONTEXT_H 29 #ifndef UIC_CONTEXT_H
30 #define UIC_CONTEXT_H 30 #define UIC_CONTEXT_H
31 31
32 #include "../ui/toolkit.h" 32 #include "../ui/toolkit.h"
33 #include "../../ucx/map.h" 33 #include <ucx/map.h>
34 #include "../../ucx/mempool.h" 34 #include <ucx/mempool.h>
35 #include "../../ucx/list.h" 35 #include <ucx/list.h>
36 36
37 #ifdef __cplusplus 37 #ifdef __cplusplus
38 extern "C" { 38 extern "C" {
39 #endif 39 #endif
40 40

mercurial