From 3348f2a0aecd410291492258ddadd6bf82b54441 Mon Sep 17 00:00:00 2001 From: Donat Zenichev Date: Fri, 5 Jan 2024 11:21:49 +0100 Subject: [PATCH] MT#59086 Remove superfluous inclusion of `call_interfaces.h` Just a superfluous inclusion of this header. Change-Id: I809c73f9f22a24cf4efe5a0cc505e222fbc11de1 --- daemon/call_interfaces.c | 1 - 1 file changed, 1 deletion(-) diff --git a/daemon/call_interfaces.c b/daemon/call_interfaces.c index 7d9dedd9e..cd0d28307 100644 --- a/daemon/call_interfaces.c +++ b/daemon/call_interfaces.c @@ -7,7 +7,6 @@ #include #include -#include "call_interfaces.h" #include "call.h" #include "helpers.h" #include "log.h"