[libc] Remove wrong include file in clock_time.c
This commit is contained in:
parent
9a9a0e9082
commit
d8ec36a964
|
@ -24,12 +24,11 @@
|
|||
*/
|
||||
|
||||
#include <rtthread.h>
|
||||
#include <rtdevice.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#include "clock_time.h"
|
||||
|
||||
struct timeval _timevalue;
|
||||
static struct timeval _timevalue;
|
||||
int clock_time_system_init()
|
||||
{
|
||||
time_t time;
|
||||
|
|
Loading…
Reference in New Issue