Mercurial > pidgin.yaz
changeset 28813:279c6cfe6966
cipher: #include internal.h first. Fixes a warning on Solaris 8. Refs #10523.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Mon, 26 Oct 2009 03:53:17 +0000 |
parents | edf17df87055 |
children | ac1ad1fa5ecf |
files | libpurple/cipher.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/cipher.c Mon Oct 26 03:47:25 2009 +0000 +++ b/libpurple/cipher.c Mon Oct 26 03:53:17 2009 +0000 @@ -50,10 +50,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#include <glib.h> -#include <string.h> -#include <stdio.h> - #include "internal.h" #include "cipher.h" #include "dbus-maybe.h"