mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
I7000: Remove redundant include of time.h.
This commit is contained in:
parent
00c40dca89
commit
a9500f5630
@ -23,7 +23,6 @@
|
||||
*/
|
||||
|
||||
#include "i7000_defs.h"
|
||||
#include <time.h>
|
||||
|
||||
#ifdef NUM_DEVS_CHRON
|
||||
#define BUFFSIZE (12)
|
||||
|
||||
@ -46,7 +46,6 @@
|
||||
|
||||
#include "i7010_defs.h"
|
||||
#include "sim_card.h"
|
||||
#include <time.h>
|
||||
|
||||
#define UNIT_V_MSIZE (UNIT_V_UF + 0)
|
||||
#define UNIT_MSIZE (017 << UNIT_V_MSIZE)
|
||||
|
||||
@ -158,7 +158,6 @@
|
||||
#include "i7090_defs.h"
|
||||
#include "sim_timer.h"
|
||||
#include <math.h>
|
||||
#include <time.h>
|
||||
#ifdef CPANEL
|
||||
#include "cpanel.h"
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user