remove unneeded percpu.h include
authorjsg <jsg@openbsd.org>
Sat, 12 Oct 2024 23:10:07 +0000 (23:10 +0000)
committerjsg <jsg@openbsd.org>
Sat, 12 Oct 2024 23:10:07 +0000 (23:10 +0000)
sys/net/if_pfsync.h

index 32bbee6..2f5f268 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_pfsync.h,v 1.62 2024/05/13 01:15:53 jsg Exp $      */
+/*     $OpenBSD: if_pfsync.h,v 1.63 2024/10/12 23:10:07 jsg Exp $      */
 
 /*
  * Copyright (c) 2001 Michael Shalayeff
@@ -273,8 +273,6 @@ struct pfsyncreq {
 
 #ifdef _KERNEL
 
-#include <sys/percpu.h>
-
 enum pfsync_counters {
        pfsyncs_ipackets,
        pfsyncs_ipackets6,