comparison libpurple/protocols/msn/switchboard.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 2cbcac894042
children 396084caaf12
comparison
equal deleted inserted replaced
31179:417899347f8a 31180: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 "prefs.h" 28 #include "prefs.h"
26 #include "switchboard.h" 29 #include "switchboard.h"
27 #include "notification.h" 30 #include "notification.h"
28 #include "userlist.h" 31 #include "userlist.h"