libpurple/ciphers/hmaccipher.h

branch
soc.2013.gobjectification
changeset 35026
fde23518e1e5
parent 35024
eb3afb7643ce
child 35430
d4207ffd0d1a
--- a/libpurple/ciphers/hmaccipher.h	Fri Oct 18 20:09:56 2013 +0530
+++ b/libpurple/ciphers/hmaccipher.h	Sun Oct 20 15:37:08 2013 +0530
@@ -27,7 +27,6 @@
 #define PURPLE_HMAC_CIPHER_H
 
 #include "cipher.h"
-#include "hash.h"
 
 #define PURPLE_TYPE_HMAC_CIPHER				(purple_hmac_cipher_get_type())
 #define PURPLE_HMAC_CIPHER(obj)				(G_TYPE_CHECK_INSTANCE_CAST((obj), PURPLE_TYPE_HMAC_CIPHER, PurpleHMACCipher))

mercurial