comparison libpurple/protocols/msn/switchboard.h @ 30755:f196f4f1f65e

Switchboard: move this includes to the c file.
author masca@cpw.pidgin.im
date Fri, 28 May 2010 10:06:08 +0000
parents 396084caaf12
children 358abb453add
comparison
equal deleted inserted replaced
30754:396084caaf12 30755:f196f4f1f65e
52 52
53 #include "cmdproc.h" 53 #include "cmdproc.h"
54 #include "msg.h" 54 #include "msg.h"
55 #include "servconn.h" 55 #include "servconn.h"
56 #include "session.h" 56 #include "session.h"
57 #include "slplink.h"
58 #include "user.h"
59 57
60 /** 58 /**
61 * A switchboard. 59 * A switchboard.
62 * 60 *
63 * A place where a bunch of users send messages to the rest of the users. 61 * A place where a bunch of users send messages to the rest of the users.