comparison libpurple/protocols/mxit/profile.c @ 29152: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 69aa4660401a
children ecc6217baa1e
comparison
equal deleted inserted replaced
29151:756cfb3d66c1 29152:259bbfb423d4
21 * You should have received a copy of the GNU General Public License 21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software 22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
24 */ 24 */
25 25
26 #include <ctype.h> 26 #include "internal.h"
27 #include <string.h>
28
29 #include "purple.h" 27 #include "purple.h"
30 28
31 #include "mxit.h" 29 #include "mxit.h"
32 #include "profile.h" 30 #include "profile.h"
33 #include "roster.h" 31 #include "roster.h"