Mercurial > pidgin
changeset 27157:4a62072ea833
Shuffle this order around for no real reason other than that I prefer it this way
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Tue, 23 Jun 2009 17:37:06 +0000 |
| parents | ad87bc575586 |
| children | 75aaadd295ed |
| files | libpurple/protocols/oscar/family_auth.c |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/family_auth.c Tue Jun 23 06:45:31 2009 +0000 +++ b/libpurple/protocols/oscar/family_auth.c Tue Jun 23 17:37:06 2009 +0000 @@ -26,11 +26,11 @@ * */ -#include "oscar.h" +#include <ctype.h> #include "cipher.h" -#include <ctype.h> +#include "oscar.h" /* #define USE_XOR_FOR_ICQ */
