[libc-commits] [PATCH] D134255: [libc] Remove unneeded extra include
Jeff Bailey via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Sep 20 07:24:58 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6007a4a619a9: [libc] Remove unneeded extra include (authored by jeffbailey).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134255/new/
https://reviews.llvm.org/D134255
Files:
libc/src/time/mktime.h
Index: libc/src/time/mktime.h
===================================================================
--- libc/src/time/mktime.h
+++ libc/src/time/mktime.h
@@ -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 {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134255.461564.patch
Type: text/x-patch
Size: 320 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220920/6707d430/attachment.bin>
More information about the libc-commits
mailing list