From: miod Date: Wed, 18 May 2022 06:02:33 +0000 (+0000) Subject: Remove #ifdef DDB specific includes, added in 1.968 but related code bits X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=601d48eb3b72c0227a877336d7c62b3e65cc2469;p=openbsd Remove #ifdef DDB specific includes, added in 1.968 but related code bits removed in 1.970. ok bluhm@ --- diff --git a/sys/net/pf.c b/sys/net/pf.c index 6872d1a2381..b8ae5cebf4c 100644 --- a/sys/net/pf.c +++ b/sys/net/pf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf.c,v 1.1129 2022/05/05 16:44:22 bluhm Exp $ */ +/* $OpenBSD: pf.c,v 1.1130 2022/05/18 06:02:33 miod Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -103,11 +103,6 @@ struct pfsync_deferral; #endif /* NPFSYNC > 0 */ -#ifdef DDB -#include -#include -#endif - /* * Global variables */