From 70af29ac0c7f99f8dc0601afcdd5fc6b9d13866d Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Mon, 1 Nov 2021 18:17:46 +0100 Subject: [PATCH] H316: The UDP code doesn't need anything from h316_defs.h. Removing this line makes it easier to reuse the h316_udp.c file in other simulators that want to use the IMP-host interface. --- H316/h316_udp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/H316/h316_udp.c b/H316/h316_udp.c index a7f3c6ba..5451e98d 100644 --- a/H316/h316_udp.c +++ b/H316/h316_udp.c @@ -131,7 +131,6 @@ #ifdef VM_IMPTIP #include "sim_defs.h" // simh machine independent definitions #include "sim_tmxr.h" // The MUX layer exposes packet send and receive semantics -#include "h316_defs.h" // H316 emulator definitions #include "h316_imp.h" // ARPAnet IMP/TIP definitions // Local constants ...