diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2022-05-18 06:02:34 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2022-05-18 06:02:34 +0000 |
commit | 73e2a7041cec9a41ca9e6f5fa1780b1a151183f8 (patch) | |
tree | a2cee048cedfa2fd408d0b822de7a2483c3f093f /sys | |
parent | 8e325d9a5b846a4a62833a01c3edc4635663f9d5 (diff) |
Remove #ifdef DDB specific includes, added in 1.968 but related code bits
removed in 1.970.
ok bluhm@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/net/pf.c | 7 |
1 files changed, 1 insertions, 6 deletions
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 <machine/db_machdep.h> -#include <ddb/db_interface.h> -#endif - /* * Global variables */ |