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

KA10: Removed include of time.h.

This commit is contained in:
Richard Cornwell
2020-10-31 10:53:07 -04:00
parent b68245add8
commit 7c21f44482
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