From 56455e980850949fce40ccf3a524d9529d2b86a3 Mon Sep 17 00:00:00 2001 From: "James C. Bevier" Date: Wed, 17 Jul 2019 21:39:18 -0400 Subject: [PATCH] SEL32: Remove redundent include file. --- SEL32/sel32_chan.c | 1 - SEL32/sel32_clk.c | 1 - SEL32/sel32_con.c | 1 - SEL32/sel32_iop.c | 1 - SEL32/sel32_lpr.c | 1 - 5 files changed, 5 deletions(-) diff --git a/SEL32/sel32_chan.c b/SEL32/sel32_chan.c index 3d771a0..c1be015 100644 --- a/SEL32/sel32_chan.c +++ b/SEL32/sel32_chan.c @@ -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 */ /* |-----------+-----------+-----------+-----------+-----------+-----------+-----------+-----------| */ diff --git a/SEL32/sel32_clk.c b/SEL32/sel32_clk.c index 84a27bf..3f2a851 100644 --- a/SEL32/sel32_clk.c +++ b/SEL32/sel32_clk.c @@ -32,7 +32,6 @@ */ #include "sel32_defs.h" -#include "sim_defs.h" #ifdef NUM_DEVS_RTOM diff --git a/SEL32/sel32_con.c b/SEL32/sel32_con.c index 853888f..34617d3 100644 --- a/SEL32/sel32_con.c +++ b/SEL32/sel32_con.c @@ -31,7 +31,6 @@ */ #include "sel32_defs.h" -#include "sim_defs.h" #ifdef NUM_DEVS_CON diff --git a/SEL32/sel32_iop.c b/SEL32/sel32_iop.c index a4adffc..cad7c68 100644 --- a/SEL32/sel32_iop.c +++ b/SEL32/sel32_iop.c @@ -32,7 +32,6 @@ */ #include "sel32_defs.h" -#include "sim_defs.h" #ifdef NUM_DEVS_IOP diff --git a/SEL32/sel32_lpr.c b/SEL32/sel32_lpr.c index 64e1670..3d9bba9 100644 --- a/SEL32/sel32_lpr.c +++ b/SEL32/sel32_lpr.c @@ -30,7 +30,6 @@ */ #include "sel32_defs.h" -#include "sim_defs.h" #include /**** COMMANDS TO PRINT BUFFER THEN DO FORMS CONTROL */