3B2, BESM6, PDP10, PDP11: Remove redundant include of time.h
This commit is contained in:
parent
199adf7641
commit
2676404b36
5 changed files with 0 additions and 6 deletions
|
@ -38,8 +38,6 @@
|
||||||
- tod MM58174A Real-Time-Clock
|
- tod MM58174A Real-Time-Clock
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <time.h>
|
|
||||||
|
|
||||||
#include "3b2_defs.h"
|
#include "3b2_defs.h"
|
||||||
#include "3b2_400_stddev.h"
|
#include "3b2_400_stddev.h"
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,6 @@
|
||||||
#include "besm6_defs.h"
|
#include "besm6_defs.h"
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
#include <time.h>
|
|
||||||
|
|
||||||
|
|
||||||
t_value memory [MEMSIZE];
|
t_value memory [MEMSIZE];
|
||||||
|
|
|
@ -30,7 +30,6 @@
|
||||||
#include "besm6_defs.h"
|
#include "besm6_defs.h"
|
||||||
#include "sim_sock.h"
|
#include "sim_sock.h"
|
||||||
#include "sim_tmxr.h"
|
#include "sim_tmxr.h"
|
||||||
#include <time.h>
|
|
||||||
|
|
||||||
#define TTY_MAX 24 /* Serial TTY lines */
|
#define TTY_MAX 24 /* Serial TTY lines */
|
||||||
#define LINES_MAX TTY_MAX + 2 /* Including parallel "Consul" typewriters */
|
#define LINES_MAX TTY_MAX + 2 /* Including parallel "Consul" typewriters */
|
||||||
|
|
|
@ -41,7 +41,6 @@
|
||||||
|
|
||||||
#include "pdp10_defs.h"
|
#include "pdp10_defs.h"
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <time.h>
|
|
||||||
|
|
||||||
/* The KS timer works off a 4.100 MHz (243.9024 nsec) oscillator that
|
/* The KS timer works off a 4.100 MHz (243.9024 nsec) oscillator that
|
||||||
* is independent of all other system timing.
|
* is independent of all other system timing.
|
||||||
|
|
|
@ -48,7 +48,6 @@
|
||||||
|
|
||||||
#include "pdp11_defs.h"
|
#include "pdp11_defs.h"
|
||||||
#include "pdp11_cpumod.h"
|
#include "pdp11_cpumod.h"
|
||||||
#include <time.h>
|
|
||||||
|
|
||||||
/* Byte write macros for system registers */
|
/* Byte write macros for system registers */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue