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:
parent
b4fa00cebf
commit
70af29ac0c
1 changed files with 0 additions and 1 deletions
|
@ -131,7 +131,6 @@
|
||||||
#ifdef VM_IMPTIP
|
#ifdef VM_IMPTIP
|
||||||
#include "sim_defs.h" // simh machine independent definitions
|
#include "sim_defs.h" // simh machine independent definitions
|
||||||
#include "sim_tmxr.h" // The MUX layer exposes packet send and receive semantics
|
#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
|
#include "h316_imp.h" // ARPAnet IMP/TIP definitions
|
||||||
|
|
||||||
// Local constants ...
|
// Local constants ...
|
||||||
|
|
Loading…
Add table
Reference in a new issue