All VAX: Remove redundant include of time.h

This commit is contained in:
Mark Pizzolato 2020-10-30 14:17:24 -07:00
parent 2676404b36
commit 0d6f1ce362
12 changed files with 0 additions and 12 deletions

View file

@ -32,7 +32,6 @@
#include "vax_defs.h" #include "vax_defs.h"
#include "sim_tmxr.h" #include "sim_tmxr.h"
#include "sim_ether.h" #include "sim_ether.h"
#include <time.h>
#ifdef DONT_USE_INTERNAL_ROM #ifdef DONT_USE_INTERNAL_ROM
#define BOOT_CODE_FILENAME "is1000.bin" #define BOOT_CODE_FILENAME "is1000.bin"

View file

@ -30,7 +30,6 @@
*/ */
#include "vax_defs.h" #include "vax_defs.h"
#include <time.h>
#ifdef DONT_USE_INTERNAL_ROM #ifdef DONT_USE_INTERNAL_ROM
#define BOOT_CODE_FILENAME "ka410.bin" #define BOOT_CODE_FILENAME "ka410.bin"

View file

@ -31,7 +31,6 @@
#include "vax_defs.h" #include "vax_defs.h"
#include "sim_ether.h" #include "sim_ether.h"
#include <time.h>
#ifdef DONT_USE_INTERNAL_ROM #ifdef DONT_USE_INTERNAL_ROM
#if defined (VAX_411) #if defined (VAX_411)

View file

@ -31,7 +31,6 @@
#include "vax_defs.h" #include "vax_defs.h"
#include "sim_ether.h" #include "sim_ether.h"
#include <time.h>
#ifdef DONT_USE_INTERNAL_ROM #ifdef DONT_USE_INTERNAL_ROM
#define BOOT_CODE_FILENAME "ka43a.bin" #define BOOT_CODE_FILENAME "ka43a.bin"

View file

@ -31,7 +31,6 @@
#include "vax_defs.h" #include "vax_defs.h"
#include "sim_ether.h" #include "sim_ether.h"
#include <time.h>
#ifdef DONT_USE_INTERNAL_ROM #ifdef DONT_USE_INTERNAL_ROM
#if defined (VAX_46) #if defined (VAX_46)

View file

@ -33,7 +33,6 @@
#include "vax_defs.h" #include "vax_defs.h"
#include "sim_tmxr.h" #include "sim_tmxr.h"
#include <time.h>
#define TTICSR_IMP (CSR_DONE + CSR_IE) /* terminal input */ #define TTICSR_IMP (CSR_DONE + CSR_IE) /* terminal input */
#define TTICSR_RW (CSR_IE) #define TTICSR_RW (CSR_IE)

View file

@ -32,7 +32,6 @@
*/ */
#include "vax_defs.h" #include "vax_defs.h"
#include <time.h>
#ifdef DONT_USE_INTERNAL_ROM #ifdef DONT_USE_INTERNAL_ROM
#define BOOT_CODE_FILENAME "ka610.bin" #define BOOT_CODE_FILENAME "ka610.bin"

View file

@ -33,7 +33,6 @@
#include "vax_defs.h" #include "vax_defs.h"
#include "sim_tmxr.h" #include "sim_tmxr.h"
#include <time.h>
#define TTICSR_IMP (CSR_DONE + CSR_IE) /* terminal input */ #define TTICSR_IMP (CSR_DONE + CSR_IE) /* terminal input */
#define TTICSR_RW (CSR_IE) #define TTICSR_RW (CSR_IE)

View file

@ -60,7 +60,6 @@
#include "vax_defs.h" #include "vax_defs.h"
#include "sim_tmxr.h" #include "sim_tmxr.h"
#include <time.h>
#include "pdp11_td.h" #include "pdp11_td.h"

View file

@ -35,7 +35,6 @@
#include "vax_defs.h" #include "vax_defs.h"
#include "sim_tmxr.h" #include "sim_tmxr.h"
#include <time.h>
/* Terminal definitions */ /* Terminal definitions */

View file

@ -78,7 +78,6 @@
#include "vax_defs.h" #include "vax_defs.h"
#include "sim_tmxr.h" #include "sim_tmxr.h"
#include <time.h>
#define TTICSR_IMP (CSR_DONE + CSR_IE) /* terminal input */ #define TTICSR_IMP (CSR_DONE + CSR_IE) /* terminal input */
#define TTICSR_RW (CSR_IE) #define TTICSR_RW (CSR_IE)

View file

@ -32,7 +32,6 @@
*/ */
#include "vax_defs.h" #include "vax_defs.h"
#include <time.h>
/* control/status registers */ /* control/status registers */