summaryrefslogtreecommitdiff
path: root/sharkd.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-02-19 17:01:51 +0100
committerMichael Mann <mmann78@netscape.net>2017-02-24 02:12:20 +0000
commit99929f727477cd5ddf74d991fa3fa52cba9c6b7d (patch)
tree69ffcfc1e1a9fd12c9bab6d72b6515b8ec61f2a1 /sharkd.c
parent453cccd1c38346894357b49caf22091bbe6f2601 (diff)
downloadwireshark-99929f727477cd5ddf74d991fa3fa52cba9c6b7d.tar.gz
sharkd: fix redundant redeclaration of ‘cfile’ [-Wredundant-decls]
Change-Id: I6ffe2d21cabfe326568b5f090c322d4dafd92d9d Reviewed-on: https://code.wireshark.org/review/20181 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'sharkd.c')
-rw-r--r--sharkd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sharkd.c b/sharkd.c
index db797be5dd..6ad971bbf1 100644
--- a/sharkd.c
+++ b/sharkd.c
@@ -47,7 +47,6 @@
#include <wiretap/wtap_opttypes.h>
#include <wiretap/pcapng.h>
-#include "globals.h"
#include <epan/decode_as.h>
#include <epan/timestamp.h>
#include <epan/packet.h>