comparison libpurple/protocols/msn/contact.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 767fd05c434d
children 0201164946a3
comparison
equal deleted inserted replaced
30741:417899347f8a 30742:a99b6dcdb60d
22 * You should have received a copy of the GNU General Public License 22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software 23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
25 */ 25 */
26 26
27 #include "msn.h" 27 #include "debug.h"
28
28 #include "contact.h" 29 #include "contact.h"
29 #include "xmlnode.h" 30 #include "xmlnode.h"
30 #include "group.h" 31 #include "group.h"
31 #include "soap.h" 32 #include "soap.h"
32 #include "nexus.h" 33 #include "nexus.h"