Remove #ifdef DDB specific includes, added in 1.968 but related code bits
authormiod <miod@openbsd.org>
Wed, 18 May 2022 06:02:33 +0000 (06:02 +0000)
committermiod <miod@openbsd.org>
Wed, 18 May 2022 06:02:33 +0000 (06:02 +0000)
removed in 1.970.

ok bluhm@

sys/net/pf.c

index 6872d1a..b8ae5ce 100644 (file)
@@ -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
 struct pfsync_deferral;
 #endif /* NPFSYNC > 0 */
 
-#ifdef DDB
-#include <machine/db_machdep.h>
-#include <ddb/db_interface.h>
-#endif
-
 /*
  * Global variables
  */