1
0
mirror of https://github.com/simh/simh.git synced 2026-02-26 16:54:22 +00:00

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.
This commit is contained in:
Lars Brinkhoff
2021-11-01 18:17:46 +01:00
parent b4fa00cebf
commit 70af29ac0c

View File

@@ -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 ...