Mercurial > pidgin
comparison libpurple/protocols/msn/session.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 | 417899347f8a |
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 "error.h" | 27 #include "error.h" |
25 #include "msn.h" | |
26 #include "msnutils.h" | 28 #include "msnutils.h" |
27 #include "session.h" | 29 #include "session.h" |
28 #include "notification.h" | 30 #include "notification.h" |
29 #include "oim.h" | 31 #include "oim.h" |
30 | 32 |