comparison libpurple/protocols/msn/transaction.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 c316749944c1
children 230caecf5435
comparison
equal deleted inserted replaced
30741:417899347f8a 30742:a99b6dcdb60d
19 * 19 *
20 * You should have received a copy of the GNU General Public License 20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software 21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
23 */ 23 */
24
25 #include "debug.h"
26
24 #include "msn.h" 27 #include "msn.h"
25 #include "transaction.h" 28 #include "transaction.h"
26 29
27 MsnTransaction * 30 MsnTransaction *
28 msn_transaction_new(MsnCmdProc *cmdproc, const char *command, 31 msn_transaction_new(MsnCmdProc *cmdproc, const char *command,