mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 15:27:46 +00:00
3B2, BESM6, PDP10, PDP11: Remove redundant include of time.h
This commit is contained in:
parent
199adf7641
commit
2676404b36
@ -38,8 +38,6 @@
|
||||
- tod MM58174A Real-Time-Clock
|
||||
*/
|
||||
|
||||
#include <time.h>
|
||||
|
||||
#include "3b2_defs.h"
|
||||
#include "3b2_400_stddev.h"
|
||||
|
||||
|
||||
@ -53,7 +53,6 @@
|
||||
#include "besm6_defs.h"
|
||||
#include <math.h>
|
||||
#include <float.h>
|
||||
#include <time.h>
|
||||
|
||||
|
||||
t_value memory [MEMSIZE];
|
||||
|
||||
@ -30,7 +30,6 @@
|
||||
#include "besm6_defs.h"
|
||||
#include "sim_sock.h"
|
||||
#include "sim_tmxr.h"
|
||||
#include <time.h>
|
||||
|
||||
#define TTY_MAX 24 /* Serial TTY lines */
|
||||
#define LINES_MAX TTY_MAX + 2 /* Including parallel "Consul" typewriters */
|
||||
|
||||
@ -41,7 +41,6 @@
|
||||
|
||||
#include "pdp10_defs.h"
|
||||
#include <math.h>
|
||||
#include <time.h>
|
||||
|
||||
/* The KS timer works off a 4.100 MHz (243.9024 nsec) oscillator that
|
||||
* is independent of all other system timing.
|
||||
|
||||
@ -48,7 +48,6 @@
|
||||
|
||||
#include "pdp11_defs.h"
|
||||
#include "pdp11_cpumod.h"
|
||||
#include <time.h>
|
||||
|
||||
/* Byte write macros for system registers */
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user