From 43f09e67b4fcf83be61725c76755926500d5d9c3 Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Thu, 1 Jan 2015 23:09:08 +0000 Subject: Remove unneeded includes from ui folder Change-Id: Ifd1eebff9080cd3867e44e4dcb2d2681370ed60a Reviewed-on: https://code.wireshark.org/review/6128 Reviewed-by: Martin Mathieson --- ui/proto_hier_stats.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'ui/proto_hier_stats.c') diff --git a/ui/proto_hier_stats.c b/ui/proto_hier_stats.c index 115501d019..56376426a3 100644 --- a/ui/proto_hier_stats.c +++ b/ui/proto_hier_stats.c @@ -22,17 +22,14 @@ #include "config.h" -#include #include "globals.h" #include "frame_tvbuff.h" #include "ui/proto_hier_stats.h" #include "ui/progress_dlg.h" #include -#include #include -#include /* Update the progress bar this many times when scanning the packet list. */ #define N_PROGBAR_UPDATES 100 -- cgit v1.2.1