ui/gtk/list.h

changeset 971
0224108bd8c2
parent 969
7385c26d998d
equal deleted inserted replaced
970:954d4171a810 971:0224108bd8c2
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 TREE_H 29 #ifndef LIST_H
30 #define TREE_H 30 #define LIST_H
31 31
32 #include "../ui/tree.h" 32 #include "../ui/list.h"
33 #include "toolkit.h" 33 #include "toolkit.h"
34 34
35 #include <cx/array_list.h> 35 #include <cx/array_list.h>
36 36
37 #ifdef __cplusplus 37 #ifdef __cplusplus
207 207
208 #ifdef __cplusplus 208 #ifdef __cplusplus
209 } 209 }
210 #endif 210 #endif
211 211
212 #endif /* TREE_H */ 212 #endif /* LIST_H */
213 213

mercurial