[libc-commits] [PATCH] D134255: [libc] Remove unneeded extra include

Jeff Bailey via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Sep 19 23:00:39 PDT 2022


jeffbailey created this revision.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
jeffbailey requested review of this revision.

Repository:
  rG LLVM Github Monorepo

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.461472.patch
Type: text/x-patch
Size: 320 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220920/0911d8f1/attachment.bin>


More information about the libc-commits mailing list