From 3032443f877ddf5b8efb41d685ff4b8aaeca46d4 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Thu, 28 Feb 2019 09:30:04 -0500 Subject: [PATCH] TT#50652 remove unnecessary and circular include Change-Id: I731c2a7586e878e4c756ab1a789f2e43418b0c46 --- include/statistics.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/statistics.h b/include/statistics.h index 3e25022c2..fad5c3b35 100644 --- a/include/statistics.h +++ b/include/statistics.h @@ -1,7 +1,10 @@ #ifndef STATISTICS_H_ #define STATISTICS_H_ -#include "call.h" +#include "aux.h" + +struct call; +struct packet_stream; struct stats { atomic64 packets;