aboutsummaryrefslogtreecommitdiffstats
path: root/reordercap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-10-28 12:02:46 -0700
committerGuy Harris <guy@alum.mit.edu>2014-10-28 19:03:17 +0000
commite86553e13cea47896ca23811531c447368112256 (patch)
treec348c23eb0c3453341b4dcd748456c7b1f393c8b /reordercap.c
parent417c181afba7e5ac6573660875f5ba5f03e671cb (diff)
Get rid of unnecessary include of <wsutil/strnatcmp.h>.
Change-Id: I60d5630478ccc185b9eed8066a902c6599421fad Reviewed-on: https://code.wireshark.org/review/4977 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'reordercap.c')
-rw-r--r--reordercap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/reordercap.c b/reordercap.c
index 7ca14144ed..09a8dd31b9 100644
--- a/reordercap.c
+++ b/reordercap.c
@@ -46,7 +46,6 @@
#include "wsutil/wsgetopt.h"
#endif
-#include <wsutil/strnatcmp.h>
#include <wsutil/file_util.h>
#include <wsutil/crash_info.h>
#include <wsutil/copyright_info.h>