From 6127ec9752d96b4d4367a540e0b4a3e68a912ec9 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Tue, 21 Apr 2020 21:37:09 +0200 Subject: [PATCH] lib/frrcu: make C++ compatible ... by dropping seqlock.h from the header's includes; it's only needed in the C code in frrcu.c. Signed-off-by: David Lamparter --- lib/frrcu.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/frrcu.h b/lib/frrcu.h index 06d87c39f1..491e89aac2 100644 --- a/lib/frrcu.h +++ b/lib/frrcu.h @@ -19,7 +19,6 @@ #include "memory.h" #include "atomlist.h" -#include "seqlock.h" /* quick RCU primer: * There's a global sequence counter. Whenever a thread does a