mirror of
https://github.com/open-simh/simh.git
synced 2026-04-26 20:26:59 +00:00
KA10: Remove redundant include of time.h.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user