1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-04-03 12:22:52 +00:00

I7000: Removed include of time.h.

This commit is contained in:
Richard Cornwell
2020-10-31 10:51:56 -04:00
parent 1f5e31cb63
commit 26d7c0bc14
3 changed files with 0 additions and 3 deletions

View File

@@ -23,7 +23,6 @@
*/
#include "i7000_defs.h"
#include <time.h>
#ifdef NUM_DEVS_CHRON
#define BUFFSIZE (12)

View File

@@ -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)

View File

@@ -158,7 +158,6 @@
#include "i7090_defs.h"
#include "sim_timer.h"
#include <math.h>
#include <time.h>
#ifdef CPANEL
#include "cpanel.h"
#endif