I7000: Remove redundant include of time.h.
This commit is contained in:
parent
00c40dca89
commit
a9500f5630
3 changed files with 0 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue