summaryrefslogtreecommitdiff
path: root/wsutil/tempfile.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/tempfile.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/tempfile.c')
-rw-r--r--wsutil/tempfile.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/wsutil/tempfile.c b/wsutil/tempfile.c
index dab286752f..bbb60bca4c 100644
--- a/wsutil/tempfile.c
+++ b/wsutil/tempfile.c
@@ -22,12 +22,8 @@
#include "config.h"
-#include <glib.h>
-#include <time.h>
#include <stdlib.h>
-#include <string.h>
-#include <stdio.h>
#include <errno.h>
#ifdef HAVE_FCNTL_H