From b33512b704eae1716939cd493ecac85998039f07 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 29 Jun 2014 22:08:59 -0700 Subject: Move capture_session.h to capchild; what it declares is defined there. Change-Id: I8b1407839390b7ac0b45bf6f583c1a509073f002 Reviewed-on: https://code.wireshark.org/review/2709 Reviewed-by: Guy Harris --- capture_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capture_info.h') diff --git a/capture_info.h b/capture_info.h index 3e5845ac6c..6b92d70704 100644 --- a/capture_info.h +++ b/capture_info.h @@ -31,7 +31,7 @@ #define __CAPTURE_INFO_H__ #include "capture_opts.h" -#include "capture_session.h" +#include #ifdef __cplusplus extern "C" { -- cgit v1.2.1