diff libpurple/protocols/msn/msn.c @ 31180:a99b6dcdb60d

Remove unnecesary includes from msn.h. Replace msn.h with the needed includes, most of the cases only debug.h was needed.
author masca@cpw.pidgin.im
date Fri, 28 May 2010 08:05:38 +0000
parents 417899347f8a
children 0201164946a3
line wrap: on
line diff
--- a/libpurple/protocols/msn/msn.c	Thu May 27 22:14:53 2010 +0000
+++ b/libpurple/protocols/msn/msn.c	Fri May 28 08:05:38 2010 +0000
@@ -23,7 +23,9 @@
  */
 #define PHOTO_SUPPORT 1
 
-#include "msn.h"
+#include "debug.h"
+#include "request.h"
+
 #include "accountopt.h"
 #include "contact.h"
 #include "msg.h"