mirror of
https://github.com/simh/simh.git
synced 2026-03-02 01:40:43 +00:00
I7000: Remove redundant include of time.h.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user