1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-26 07:05:54 +00:00

remove unneeded rwlock.h include

This commit is contained in:
jsg
2024-10-12 23:31:14 +00:00
parent e6796ada48
commit 8a978b4c9f

View File

@@ -1,4 +1,4 @@
/* $OpenBSD: pfvar.h,v 1.539 2024/08/27 13:52:41 aisha Exp $ */
/* $OpenBSD: pfvar.h,v 1.540 2024/10/12 23:31:14 jsg Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -36,7 +36,6 @@
#include <sys/queue.h>
#include <sys/tree.h>
#include <sys/rwlock.h>
#include <sys/syslimits.h>
#include <sys/refcnt.h>
#include <sys/timeout.h>