All VAX: Remove redundant include of time.h
This commit is contained in:
parent
2676404b36
commit
0d6f1ce362
12 changed files with 0 additions and 12 deletions
|
@ -32,7 +32,6 @@
|
|||
#include "vax_defs.h"
|
||||
#include "sim_tmxr.h"
|
||||
#include "sim_ether.h"
|
||||
#include <time.h>
|
||||
|
||||
#ifdef DONT_USE_INTERNAL_ROM
|
||||
#define BOOT_CODE_FILENAME "is1000.bin"
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
*/
|
||||
|
||||
#include "vax_defs.h"
|
||||
#include <time.h>
|
||||
|
||||
#ifdef DONT_USE_INTERNAL_ROM
|
||||
#define BOOT_CODE_FILENAME "ka410.bin"
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
|
||||
#include "vax_defs.h"
|
||||
#include "sim_ether.h"
|
||||
#include <time.h>
|
||||
|
||||
#ifdef DONT_USE_INTERNAL_ROM
|
||||
#if defined (VAX_411)
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
|
||||
#include "vax_defs.h"
|
||||
#include "sim_ether.h"
|
||||
#include <time.h>
|
||||
|
||||
#ifdef DONT_USE_INTERNAL_ROM
|
||||
#define BOOT_CODE_FILENAME "ka43a.bin"
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
|
||||
#include "vax_defs.h"
|
||||
#include "sim_ether.h"
|
||||
#include <time.h>
|
||||
|
||||
#ifdef DONT_USE_INTERNAL_ROM
|
||||
#if defined (VAX_46)
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
|
||||
#include "vax_defs.h"
|
||||
#include "sim_tmxr.h"
|
||||
#include <time.h>
|
||||
|
||||
#define TTICSR_IMP (CSR_DONE + CSR_IE) /* terminal input */
|
||||
#define TTICSR_RW (CSR_IE)
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
*/
|
||||
|
||||
#include "vax_defs.h"
|
||||
#include <time.h>
|
||||
|
||||
#ifdef DONT_USE_INTERNAL_ROM
|
||||
#define BOOT_CODE_FILENAME "ka610.bin"
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
|
||||
#include "vax_defs.h"
|
||||
#include "sim_tmxr.h"
|
||||
#include <time.h>
|
||||
|
||||
#define TTICSR_IMP (CSR_DONE + CSR_IE) /* terminal input */
|
||||
#define TTICSR_RW (CSR_IE)
|
||||
|
|
|
@ -60,7 +60,6 @@
|
|||
|
||||
#include "vax_defs.h"
|
||||
#include "sim_tmxr.h"
|
||||
#include <time.h>
|
||||
|
||||
#include "pdp11_td.h"
|
||||
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
|
||||
#include "vax_defs.h"
|
||||
#include "sim_tmxr.h"
|
||||
#include <time.h>
|
||||
|
||||
/* Terminal definitions */
|
||||
|
||||
|
|
|
@ -78,7 +78,6 @@
|
|||
|
||||
#include "vax_defs.h"
|
||||
#include "sim_tmxr.h"
|
||||
#include <time.h>
|
||||
|
||||
#define TTICSR_IMP (CSR_DONE + CSR_IE) /* terminal input */
|
||||
#define TTICSR_RW (CSR_IE)
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
*/
|
||||
|
||||
#include "vax_defs.h"
|
||||
#include <time.h>
|
||||
|
||||
/* control/status registers */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue