comparison libpurple/protocols/msn/user.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 #include "msn.h" 24
25 #include "debug.h"
26
25 #include "user.h" 27 #include "user.h"
26 #include "slp.h" 28 #include "slp.h"
27 29
28 static void free_user_endpoint(MsnUserEndpoint *data) 30 static void free_user_endpoint(MsnUserEndpoint *data)
29 { 31 {