KA10: Remove redundant include of time.h.

This commit is contained in:
Richard Cornwell 2020-10-31 11:56:24 -04:00
parent a9500f5630
commit 2a87c499f0
10 changed files with 0 additions and 10 deletions

View file

@ -24,7 +24,6 @@
PDP-10.
*/
#include <time.h>
#include "sim_defs.h"
#include "sim_tmxr.h"
#include "kx10_defs.h"

View file

@ -23,7 +23,6 @@
AI lab PDP-10.
*/
#include <time.h>
#include "kx10_defs.h"
#include "sim_video.h"

View file

@ -23,7 +23,6 @@
to the MIT Mathlab and Dynamic Modeling PDP-10s.
*/
#include <time.h>
#include "sim_defs.h"
#include "sim_tmxr.h"
#include "kx10_defs.h"

View file

@ -22,7 +22,6 @@
*/
#include <time.h>
#include "kx10_defs.h"
#ifndef NUM_DEVS_PCLK

View file

@ -30,7 +30,6 @@
*/
#include <time.h>
#include "kx10_defs.h"
#ifndef NUM_DEVS_PD

View file

@ -23,7 +23,6 @@
specific to the MIT AI lab PDP-10.
*/
#include <time.h>
#include "kx10_defs.h"
#ifdef USE_DISPLAY

View file

@ -23,7 +23,6 @@
AI lab and Dynamic Modeling PDP-10s.
*/
#include <time.h>
#include "sim_defs.h"
#include "sim_tmxr.h"
#include "kx10_defs.h"

View file

@ -96,7 +96,6 @@
#include "kx10_defs.h"
#include "sim_timer.h"
#include <time.h>
#define HIST_PC 0x40000000
#define HIST_PC2 0x80000000

View file

@ -26,7 +26,6 @@
*/
#include "kx10_defs.h"
#include <time.h>
#ifndef NUM_DEVS_DK
#define NUM_DEVS_DK 0

View file

@ -109,7 +109,6 @@
#include "kx10_defs.h"
#include "sim_video.h"
#include <time.h>
#ifndef NUM_DEVS_DPY
#define NUM_DEVS_DPY 0