mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 15:27:46 +00:00
KA10: Remove redundant include of time.h.
This commit is contained in:
parent
a9500f5630
commit
2a87c499f0
@ -24,7 +24,6 @@
|
|||||||
PDP-10.
|
PDP-10.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <time.h>
|
|
||||||
#include "sim_defs.h"
|
#include "sim_defs.h"
|
||||||
#include "sim_tmxr.h"
|
#include "sim_tmxr.h"
|
||||||
#include "kx10_defs.h"
|
#include "kx10_defs.h"
|
||||||
|
|||||||
@ -23,7 +23,6 @@
|
|||||||
AI lab PDP-10.
|
AI lab PDP-10.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <time.h>
|
|
||||||
#include "kx10_defs.h"
|
#include "kx10_defs.h"
|
||||||
#include "sim_video.h"
|
#include "sim_video.h"
|
||||||
|
|
||||||
|
|||||||
@ -23,7 +23,6 @@
|
|||||||
to the MIT Mathlab and Dynamic Modeling PDP-10s.
|
to the MIT Mathlab and Dynamic Modeling PDP-10s.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <time.h>
|
|
||||||
#include "sim_defs.h"
|
#include "sim_defs.h"
|
||||||
#include "sim_tmxr.h"
|
#include "sim_tmxr.h"
|
||||||
#include "kx10_defs.h"
|
#include "kx10_defs.h"
|
||||||
|
|||||||
@ -22,7 +22,6 @@
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <time.h>
|
|
||||||
#include "kx10_defs.h"
|
#include "kx10_defs.h"
|
||||||
|
|
||||||
#ifndef NUM_DEVS_PCLK
|
#ifndef NUM_DEVS_PCLK
|
||||||
|
|||||||
@ -30,7 +30,6 @@
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <time.h>
|
|
||||||
#include "kx10_defs.h"
|
#include "kx10_defs.h"
|
||||||
|
|
||||||
#ifndef NUM_DEVS_PD
|
#ifndef NUM_DEVS_PD
|
||||||
|
|||||||
@ -23,7 +23,6 @@
|
|||||||
specific to the MIT AI lab PDP-10.
|
specific to the MIT AI lab PDP-10.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <time.h>
|
|
||||||
#include "kx10_defs.h"
|
#include "kx10_defs.h"
|
||||||
|
|
||||||
#ifdef USE_DISPLAY
|
#ifdef USE_DISPLAY
|
||||||
|
|||||||
@ -23,7 +23,6 @@
|
|||||||
AI lab and Dynamic Modeling PDP-10s.
|
AI lab and Dynamic Modeling PDP-10s.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <time.h>
|
|
||||||
#include "sim_defs.h"
|
#include "sim_defs.h"
|
||||||
#include "sim_tmxr.h"
|
#include "sim_tmxr.h"
|
||||||
#include "kx10_defs.h"
|
#include "kx10_defs.h"
|
||||||
|
|||||||
@ -96,7 +96,6 @@
|
|||||||
|
|
||||||
#include "kx10_defs.h"
|
#include "kx10_defs.h"
|
||||||
#include "sim_timer.h"
|
#include "sim_timer.h"
|
||||||
#include <time.h>
|
|
||||||
|
|
||||||
#define HIST_PC 0x40000000
|
#define HIST_PC 0x40000000
|
||||||
#define HIST_PC2 0x80000000
|
#define HIST_PC2 0x80000000
|
||||||
|
|||||||
@ -26,7 +26,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "kx10_defs.h"
|
#include "kx10_defs.h"
|
||||||
#include <time.h>
|
|
||||||
|
|
||||||
#ifndef NUM_DEVS_DK
|
#ifndef NUM_DEVS_DK
|
||||||
#define NUM_DEVS_DK 0
|
#define NUM_DEVS_DK 0
|
||||||
|
|||||||
@ -109,7 +109,6 @@
|
|||||||
|
|
||||||
#include "kx10_defs.h"
|
#include "kx10_defs.h"
|
||||||
#include "sim_video.h"
|
#include "sim_video.h"
|
||||||
#include <time.h>
|
|
||||||
|
|
||||||
#ifndef NUM_DEVS_DPY
|
#ifndef NUM_DEVS_DPY
|
||||||
#define NUM_DEVS_DPY 0
|
#define NUM_DEVS_DPY 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user