ui/common/document.h

changeset 7
431dde3c5fbe
parent 2
eeb50c534497
child 37
56016468753d
equal deleted inserted replaced
6:05a18c56d9ca 7:431dde3c5fbe
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 DOCUMENT_H 29 #ifndef UIC_DOCUMENT_H
30 #define DOCUMENT_H 30 #define UIC_DOCUMENT_H
31 31
32 #include "../ui/toolkit.h" 32 #include "../ui/toolkit.h"
33 #include "context.h" 33 #include "context.h"
34 34
35 #ifdef __cplusplus 35 #ifdef __cplusplus
68 68
69 #ifdef __cplusplus 69 #ifdef __cplusplus
70 } 70 }
71 #endif 71 #endif
72 72
73 #endif /* DOCUMENT_H */ 73 #endif /* UIC_DOCUMENT_H */
74 74

mercurial