ui/common/context.h

changeset 14
e2fd132ab781
parent 2
eeb50c534497
child 18
06be29a56f8b
equal deleted inserted replaced
13:2dbc56c2323b 14:e2fd132ab781
24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26 * POSSIBILITY OF SUCH DAMAGE. 26 * POSSIBILITY OF SUCH DAMAGE.
27 */ 27 */
28 28
29 #ifndef VALUE_H 29 #ifndef UIC_CONTEXT_H
30 #define VALUE_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 35
65 65
66 #ifdef __cplusplus 66 #ifdef __cplusplus
67 } 67 }
68 #endif 68 #endif
69 69
70 #endif /* VALUE_H */ 70 #endif /* UIC_CONTEXT_H */
71 71

mercurial