libpurple/protocols/jabber/google/google_session.c

changeset 40439
e9838d634d5e
parent 40358
e6fe6fc1f516
child 40441
f23c7e772667
equal deleted inserted replaced
40362:1edaee25f763 40439:e9838d634d5e
16 * You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
19 */ 19 */
20 20
21 #include "internal.h" 21 #ifdef HAVE_CONFIG_H
22 # include <config.h>
23 #endif
24
22 #include <purple.h> 25 #include <purple.h>
23 26
24 #include "google_session.h" 27 #include "google_session.h"
25 #include "relay.h" 28 #include "relay.h"
26 29

mercurial