diff libpurple/protocols/jabber/roster.c @ 30472:ae615b3d3e47

First shot at refactoring the Google-specific XMPP code. TODO: decouple GoogleSession from PurpleMedia
author Marcus Lundblad <ml@update.uu.se>
date Thu, 25 Mar 2010 20:16:48 +0000
parents d4b9df8e17f6
children 25e200cb3532
line wrap: on
line diff
--- a/libpurple/protocols/jabber/roster.c	Mon Mar 22 22:23:35 2010 +0000
+++ b/libpurple/protocols/jabber/roster.c	Thu Mar 25 20:16:48 2010 +0000
@@ -27,7 +27,8 @@
 
 #include "buddy.h"
 #include "chat.h"
-#include "google.h"
+#include "google/google.h"
+#include "google/google_roster.h"
 #include "presence.h"
 #include "roster.h"
 #include "iq.h"