From 2a87c499f09e83bf89df8768a69e80446a988df2 Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Sat, 31 Oct 2020 11:56:24 -0400 Subject: [PATCH] KA10: Remove redundant include of time.h. --- PDP10/ka10_dpk.c | 1 - PDP10/ka10_imx.c | 1 - PDP10/ka10_mty.c | 1 - PDP10/ka10_pclk.c | 1 - PDP10/ka10_pd.c | 1 - PDP10/ka10_stk.c | 1 - PDP10/ka10_tk10.c | 1 - PDP10/kx10_cpu.c | 1 - PDP10/kx10_dk.c | 1 - PDP10/kx10_dpy.c | 1 - 10 files changed, 10 deletions(-) diff --git a/PDP10/ka10_dpk.c b/PDP10/ka10_dpk.c index 7eb0464e..ebde7c38 100644 --- a/PDP10/ka10_dpk.c +++ b/PDP10/ka10_dpk.c @@ -24,7 +24,6 @@ PDP-10. */ -#include #include "sim_defs.h" #include "sim_tmxr.h" #include "kx10_defs.h" diff --git a/PDP10/ka10_imx.c b/PDP10/ka10_imx.c index 5774d3f8..8d144b8f 100644 --- a/PDP10/ka10_imx.c +++ b/PDP10/ka10_imx.c @@ -23,7 +23,6 @@ AI lab PDP-10. */ -#include #include "kx10_defs.h" #include "sim_video.h" diff --git a/PDP10/ka10_mty.c b/PDP10/ka10_mty.c index e5c8b4f7..335b76cd 100644 --- a/PDP10/ka10_mty.c +++ b/PDP10/ka10_mty.c @@ -23,7 +23,6 @@ to the MIT Mathlab and Dynamic Modeling PDP-10s. */ -#include #include "sim_defs.h" #include "sim_tmxr.h" #include "kx10_defs.h" diff --git a/PDP10/ka10_pclk.c b/PDP10/ka10_pclk.c index f548ca93..a3981b3a 100644 --- a/PDP10/ka10_pclk.c +++ b/PDP10/ka10_pclk.c @@ -22,7 +22,6 @@ */ -#include #include "kx10_defs.h" #ifndef NUM_DEVS_PCLK diff --git a/PDP10/ka10_pd.c b/PDP10/ka10_pd.c index 9ba6337a..3c3b046b 100644 --- a/PDP10/ka10_pd.c +++ b/PDP10/ka10_pd.c @@ -30,7 +30,6 @@ */ -#include #include "kx10_defs.h" #ifndef NUM_DEVS_PD diff --git a/PDP10/ka10_stk.c b/PDP10/ka10_stk.c index ae653400..4802d901 100644 --- a/PDP10/ka10_stk.c +++ b/PDP10/ka10_stk.c @@ -23,7 +23,6 @@ specific to the MIT AI lab PDP-10. */ -#include #include "kx10_defs.h" #ifdef USE_DISPLAY diff --git a/PDP10/ka10_tk10.c b/PDP10/ka10_tk10.c index a9442f53..c06f46fb 100644 --- a/PDP10/ka10_tk10.c +++ b/PDP10/ka10_tk10.c @@ -23,7 +23,6 @@ AI lab and Dynamic Modeling PDP-10s. */ -#include #include "sim_defs.h" #include "sim_tmxr.h" #include "kx10_defs.h" diff --git a/PDP10/kx10_cpu.c b/PDP10/kx10_cpu.c index 13ec3a0a..3be68713 100644 --- a/PDP10/kx10_cpu.c +++ b/PDP10/kx10_cpu.c @@ -96,7 +96,6 @@ #include "kx10_defs.h" #include "sim_timer.h" -#include #define HIST_PC 0x40000000 #define HIST_PC2 0x80000000 diff --git a/PDP10/kx10_dk.c b/PDP10/kx10_dk.c index 83e2cbfd..053fe77b 100644 --- a/PDP10/kx10_dk.c +++ b/PDP10/kx10_dk.c @@ -26,7 +26,6 @@ */ #include "kx10_defs.h" -#include #ifndef NUM_DEVS_DK #define NUM_DEVS_DK 0 diff --git a/PDP10/kx10_dpy.c b/PDP10/kx10_dpy.c index 0f7ad569..38f5d9b3 100644 --- a/PDP10/kx10_dpy.c +++ b/PDP10/kx10_dpy.c @@ -109,7 +109,6 @@ #include "kx10_defs.h" #include "sim_video.h" -#include #ifndef NUM_DEVS_DPY #define NUM_DEVS_DPY 0