comparison libpurple/protocols/msn/oim.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 33b4ae796648
children 230caecf5435
comparison
equal deleted inserted replaced
31179:417899347f8a 31180:a99b6dcdb60d
21 * 21 *
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 #include "msn.h" 26
27 #include "debug.h"
28
27 #include "soap.h" 29 #include "soap.h"
28 #include "oim.h" 30 #include "oim.h"
29 #include "msnutils.h" 31 #include "msnutils.h"
30 32
31 typedef struct _MsnOimSendReq { 33 typedef struct _MsnOimSendReq {