diff libpurple/protocols/msn/session.h @ 23504:69af5301e1a7

killing MsnContact which just wraps MsnSession
author Ka-Hing Cheung <khc@hxbc.us>
date Sun, 09 Mar 2008 23:55:27 +0000
parents 23fef20a0ef2
children 1b98e2090a71
line wrap: on
line diff
--- a/libpurple/protocols/msn/session.h	Thu Mar 06 04:19:53 2008 +0000
+++ b/libpurple/protocols/msn/session.h	Sun Mar 09 23:55:27 2008 +0000
@@ -38,7 +38,6 @@
 #include "cmdproc.h"
 #include "nexus.h"
 #include "httpconn.h"
-#include "contact.h"
 #include "oim.h"
 
 #include "userlist.h"
@@ -96,7 +95,6 @@
 
 	MsnNotification *notification;
 	MsnNexus *nexus;
-	MsnContact *contact;
 	MsnOim		*oim;
 	MsnSync *sync;