--- a/libpurple/protocols/mxit/mxit.h Fri Apr 11 20:08:22 2014 +0200 +++ b/libpurple/protocols/mxit/mxit.h Fri Apr 11 20:51:11 2014 +0200 @@ -30,8 +30,6 @@ #include "internal.h" #include "http.h" -#include "imgstore.h" /* TODO: temp */ - #if defined( __APPLE__ ) /* apple architecture */ #ifndef HOST_NAME_MAX @@ -186,7 +184,7 @@ GList* rooms; /* active groupchat rooms */ /* inline images */ - GHashTable* iimages; /* table which maps inline images (including emoticons) to purple's imgstore id's */ + GHashTable *inline_images; /* table which maps inline images (including emoticons) to PurpleImages */ };