comparison libpurple/protocols/oscar/clientlogin.c @ 28770:259bbfb423d4

Fix all the remaining files for which internal.h doesn't end up being the first include. This should resolve the warnings on Solaris as reported by aab. Closes #10523.
author Paul Aurich <paul@darkrain42.org>
date Tue, 08 Dec 2009 04:18:32 +0000
parents 17fed2099778
children c833ae72599b
comparison
equal deleted inserted replaced
28769:756cfb3d66c1 28770:259bbfb423d4
34 * For details, see: 34 * For details, see:
35 * http://dev.aol.com/aim/oscar/#AUTH 35 * http://dev.aol.com/aim/oscar/#AUTH
36 * http://dev.aol.com/authentication_for_clients 36 * http://dev.aol.com/authentication_for_clients
37 */ 37 */
38 38
39 #include "oscar.h"
40 #include "oscarcommon.h"
41
39 #include "cipher.h" 42 #include "cipher.h"
40 #include "core.h" 43 #include "core.h"
41
42 #include "oscar.h"
43 #include "oscarcommon.h"
44 44
45 #define URL_CLIENT_LOGIN "https://api.screenname.aol.com/auth/clientLogin" 45 #define URL_CLIENT_LOGIN "https://api.screenname.aol.com/auth/clientLogin"
46 #define URL_START_OSCAR_SESSION "http://api.oscar.aol.com/aim/startOSCARSession" 46 #define URL_START_OSCAR_SESSION "http://api.oscar.aol.com/aim/startOSCARSession"
47 47
48 /* 48 /*