# HG changeset patch # User Paul Aurich # Date 1256529197 0 # Node ID 279c6cfe69668bc7a2ba69963f82ec8ae9316ece # Parent edf17df87055582615c155745b38d4a80eaa781b cipher: #include internal.h first. Fixes a warning on Solaris 8. Refs #10523. diff -r edf17df87055 -r 279c6cfe6966 libpurple/cipher.c --- 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 -#include -#include - #include "internal.h" #include "cipher.h" #include "dbus-maybe.h"