diff libpurple/protocols/msn/msg.c @ 30742: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 1ba9f3167de0
children 230caecf5435
line wrap: on
line diff
--- a/libpurple/protocols/msn/msg.c	Thu May 27 22:14:53 2010 +0000
+++ b/libpurple/protocols/msn/msg.c	Fri May 28 08:05:38 2010 +0000
@@ -21,6 +21,9 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
+
+#include "debug.h"
+
 #include "msn.h"
 #include "msg.h"
 #include "msnutils.h"