libpurple/protocols/jabber/iq.c

changeset 40358
e6fe6fc1f516
parent 40312
956745ff3ee8
child 40439
e9838d634d5e
equal deleted inserted replaced
40352:7281920d8a66 40358:e6fe6fc1f516
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
21 * 21 *
22 */ 22 */
23 #include "internal.h" 23 #include "internal.h"
24 #include "core.h" 24 #include <purple.h>
25 #include "debug.h"
26 #include "prefs.h"
27 #include "util.h"
28 25
29 #include "buddy.h" 26 #include "buddy.h"
30 #include "disco.h" 27 #include "disco.h"
31 #include "google/gmail.h" 28 #include "google/gmail.h"
32 #include "google/google.h" 29 #include "google/google.h"

mercurial