comparison libpurple/roomlist.h @ 30121:bf088afdc813

roomlist: "glib.h" -> <glib.h>; seems correct-er to me
author Paul Aurich <paul@darkrain42.org>
date Sat, 29 May 2010 00:08:23 +0000
parents 0efa36fe7d7c
children 5dafa68c8eb0 3828a61c44da
comparison
equal deleted inserted replaced
30120:ef7303c25751 30121:bf088afdc813
55 PURPLE_ROOMLIST_FIELD_STRING /**< We do a g_strdup on the passed value if it's this type. */ 55 PURPLE_ROOMLIST_FIELD_STRING /**< We do a g_strdup on the passed value if it's this type. */
56 56
57 } PurpleRoomlistFieldType; 57 } PurpleRoomlistFieldType;
58 58
59 #include "account.h" 59 #include "account.h"
60 #include "glib.h" 60 #include <glib.h>
61 61
62 /**************************************************************************/ 62 /**************************************************************************/
63 /** Data Structures */ 63 /** Data Structures */
64 /**************************************************************************/ 64 /**************************************************************************/
65 65