comparison libpurple/protocols/mxit/formcmds.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 2b964c74de53
children be01173f597a
comparison
equal deleted inserted replaced
28769:756cfb3d66c1 28770: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 <string.h> 26
27 #include <glib.h> 27 #include "internal.h"
28 #include <glib/gprintf.h> 28 #include <glib/gprintf.h>
29 29
30 #include "purple.h" 30 #include "purple.h"
31 31
32 #include "protocol.h" 32 #include "protocol.h"