aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/sha1.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2014-12-28 00:25:44 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2014-12-28 23:33:54 +0000
commite3efb80b4562618ae1d0aa1f6d65de6117468faf (patch)
treed8944e49db2ce038f2678e6fece6649b28d23654 /wsutil/sha1.c
parent016769d7e2462c2238364d73c1dde1c4457fa486 (diff)
Deleting unnecessary #includes from wsutil.
Will look at cleaning up and committing script afterwards. Change-Id: Id785e581740ab62fe9258ecfcb0926761ad9c527 Reviewed-on: https://code.wireshark.org/review/6086 Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
Diffstat (limited to 'wsutil/sha1.c')
-rw-r--r--wsutil/sha1.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/wsutil/sha1.c b/wsutil/sha1.c
index 55a9964831..bdad7f24cd 100644
--- a/wsutil/sha1.c
+++ b/wsutil/sha1.c
@@ -25,11 +25,9 @@
* 2012-08-21 - C Elston - Split sha1_hmac function to allow incremental usage.
*/
-#include <string.h>
#include <glib.h>
#include "sha1.h"
-#include "file_util.h"
#define GET_UINT32(n,b,i) \
{ \