1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-21 18:15:04 +00:00

SEL32: Remove redundent include file.

This commit is contained in:
James C. Bevier 2019-07-17 21:39:18 -04:00 committed by Richard Cornwell
parent aa78168f28
commit 56455e9808
5 changed files with 0 additions and 5 deletions

View File

@ -24,7 +24,6 @@
/* Handle Class E and F channel I/O operations */
#include "sel32_defs.h"
#include "sim_defs.h"
/* Class E I/O device instruction format */
/* |-----------+-----------+-----------+-----------+-----------+-----------+-----------+-----------| */

View File

@ -32,7 +32,6 @@
*/
#include "sel32_defs.h"
#include "sim_defs.h"
#ifdef NUM_DEVS_RTOM

View File

@ -31,7 +31,6 @@
*/
#include "sel32_defs.h"
#include "sim_defs.h"
#ifdef NUM_DEVS_CON

View File

@ -32,7 +32,6 @@
*/
#include "sel32_defs.h"
#include "sim_defs.h"
#ifdef NUM_DEVS_IOP

View File

@ -30,7 +30,6 @@
*/
#include "sel32_defs.h"
#include "sim_defs.h"
#include <ctype.h>
/**** COMMANDS TO PRINT BUFFER THEN DO FORMS CONTROL */