diff options
author | Dario Lombardo <lomato@gmail.com> | 2014-12-26 23:48:39 +0100 |
---|---|---|
committer | Pascal Quantin <pascal.quantin@gmail.com> | 2014-12-28 00:02:39 +0000 |
commit | 63ebe918d994485679e0d29ab7eb9bda84171fa1 (patch) | |
tree | 2077f2a6589190c8af744dca4fe0196f94dadba1 /wsutil/sha1.c | |
parent | d094fca4601193083ba9d79133259557c4cee8f0 (diff) | |
download | wireshark-63ebe918d994485679e0d29ab7eb9bda84171fa1.tar.gz wireshark-63ebe918d994485679e0d29ab7eb9bda84171fa1.tar.bz2 wireshark-63ebe918d994485679e0d29ab7eb9bda84171fa1.zip |
Removed duplicated #include lines
Change-Id: I9cafa3cd5c74121168777d8c656e7e94e89efd3c
Reviewed-on: https://code.wireshark.org/review/6065
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'wsutil/sha1.c')
-rw-r--r-- | wsutil/sha1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wsutil/sha1.c b/wsutil/sha1.c index ff8036bd7d..55a9964831 100644 --- a/wsutil/sha1.c +++ b/wsutil/sha1.c @@ -339,7 +339,6 @@ void sha1_hmac( const guint8 *key, guint32 keylen, const guint8 *buf, guint32 bu #include <stdlib.h> #include <stdio.h> -#include <glib.h> #include <errno.h> /* |