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