[libc] Remove unneeded extra include

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D134255
This commit is contained in:
Jeff Bailey 2022-09-20 14:24:21 +00:00
parent dcbc8a0daa
commit 6007a4a619
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@
#ifndef LLVM_LIBC_SRC_TIME_MKTIME_H #ifndef LLVM_LIBC_SRC_TIME_MKTIME_H
#define LLVM_LIBC_SRC_TIME_MKTIME_H #define LLVM_LIBC_SRC_TIME_MKTIME_H
#include "src/time/mktime.h"
#include <time.h> #include <time.h>
namespace __llvm_libc { namespace __llvm_libc {