summaryrefslogtreecommitdiff
path: root/wsutil/md5.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/md5.c
parent016769d7e2462c2238364d73c1dde1c4457fa486 (diff)
downloadwireshark-e3efb80b4562618ae1d0aa1f6d65de6117468faf.tar.gz
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/md5.c')
-rw-r--r--wsutil/md5.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/wsutil/md5.c b/wsutil/md5.c
index 6f0a1a75d0..14ad197eca 100644
--- a/wsutil/md5.c
+++ b/wsutil/md5.c
@@ -27,8 +27,6 @@
#include "config.h"
-#include <glib.h>
-#include <string.h>
#include "pint.h"
#include "md5.h"