From 6d6376e81f2d799d51bd9e7d936d47a21d69509e Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 15 Sep 2019 09:15:31 -0400 Subject: Move the last of the routines from capture_info.c into ui/capture.c. That means the packet-count-during-capture stuff is scattered amongst fewer locations. Move capture_info.h into ui; it's now a header that declares routines whose implementations are GUI-platform-dependent. Change-Id: I475815724a4766f6bc2511e67ebae14865e1a9d1 Reviewed-on: https://code.wireshark.org/review/26249 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- ui/qt/capture_info_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/qt/capture_info_dialog.cpp') diff --git a/ui/qt/capture_info_dialog.cpp b/ui/qt/capture_info_dialog.cpp index 760e762ad7..f8b247ed19 100644 --- a/ui/qt/capture_info_dialog.cpp +++ b/ui/qt/capture_info_dialog.cpp @@ -11,7 +11,7 @@ #include -#include "capture_info.h" +#include "ui/capture_info.h" #include "epan/capture_dissectors.h" #include "epan/proto.h" -- cgit v1.2.3