From 3cc6dc0dc2f1eb1ea3ae7676b5b58f6b7923e738 Mon Sep 17 00:00:00 2001 From: Mark Vitale Date: Fri, 15 Apr 2022 15:02:14 -0400 Subject: [PATCH] rx: remove vestigial include rx_event.c has not needed anything from rx_call.h since commit 20034a815750beff262d49b37fba225c72dd0ab1 'rx: Don't treat calls specially in event package'. Remove the vestigial include. No functional change is incurred by this commit. Change-Id: I1a36e0490d97f0dadcf3ac613d2bbe089473e060 Reviewed-on: https://gerrit.openafs.org/15131 Reviewed-by: Cheyenne Wills Reviewed-by: Michael Meffie Tested-by: BuildBot --- src/rx/rx_event.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rx/rx_event.c b/src/rx/rx_event.c index c3fb672232..e781bb9af3 100644 --- a/src/rx/rx_event.c +++ b/src/rx/rx_event.c @@ -55,7 +55,6 @@ #include "rx.h" #include "rx_atomic.h" -#include "rx_call.h" #include "rx_globals.h" struct rxevent {