diff options
author | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2017-02-19 17:01:51 +0100 |
---|---|---|
committer | Michael Mann <mmann78@netscape.net> | 2017-02-24 02:12:20 +0000 |
commit | 99929f727477cd5ddf74d991fa3fa52cba9c6b7d (patch) | |
tree | 69ffcfc1e1a9fd12c9bab6d72b6515b8ec61f2a1 /sharkd.c | |
parent | 453cccd1c38346894357b49caf22091bbe6f2601 (diff) | |
download | wireshark-99929f727477cd5ddf74d991fa3fa52cba9c6b7d.tar.gz wireshark-99929f727477cd5ddf74d991fa3fa52cba9c6b7d.tar.bz2 wireshark-99929f727477cd5ddf74d991fa3fa52cba9c6b7d.zip |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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> |