forked from OSchip/llvm-project
[libc] Remove unneeded extra include
Reviewed By: sivachandra Differential Revision: https://reviews.llvm.org/D134255
This commit is contained in:
parent
dcbc8a0daa
commit
6007a4a619
|
@ -9,7 +9,6 @@
|
|||
#ifndef LLVM_LIBC_SRC_TIME_MKTIME_H
|
||||
#define LLVM_LIBC_SRC_TIME_MKTIME_H
|
||||
|
||||
#include "src/time/mktime.h"
|
||||
#include <time.h>
|
||||
|
||||
namespace __llvm_libc {
|
||||
|
|
Loading…
Reference in New Issue