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 --- ui/capture_globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/capture_globals.h') diff --git a/ui/capture_globals.h b/ui/capture_globals.h index 51c81aa212..d7b9e77542 100644 --- a/ui/capture_globals.h +++ b/ui/capture_globals.h @@ -23,7 +23,7 @@ #ifndef __CAPTURE_GLOBALS_H__ #define __CAPTURE_GLOBALS_H__ -#include "../capture_session.h" +#include #ifdef __cplusplus extern "C" { -- cgit v1.2.1