aboutsummaryrefslogtreecommitdiff
path: root/lib/libcxx/include/__format/formatter_pointer.h
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alex@alexrp.com>2024-08-23 02:59:46 +0200
committerAndrew Kelley <andrew@ziglang.org>2024-09-19 18:20:21 -0700
commit1c8f0b8909f342201f84def1efb8c6fb4386cc2c (patch)
treeb58a1488ff85440a65565474627add3fdc66b32e /lib/libcxx/include/__format/formatter_pointer.h
parentd13bc04cb4c4c2f0806b9d9c676cb013ea888828 (diff)
downloadzig-1c8f0b8909f342201f84def1efb8c6fb4386cc2c.tar.gz
zig-1c8f0b8909f342201f84def1efb8c6fb4386cc2c.zip
libcxx: Update to LLVM 19.
* Moved the tz.cpp patch to experimental/tzdb.cpp. * Extended the __config_site patch to a few more files.
Diffstat (limited to 'lib/libcxx/include/__format/formatter_pointer.h')
-rw-r--r--lib/libcxx/include/__format/formatter_pointer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libcxx/include/__format/formatter_pointer.h b/lib/libcxx/include/__format/formatter_pointer.h
index 3373996ec3..6941343efd 100644
--- a/lib/libcxx/include/__format/formatter_pointer.h
+++ b/lib/libcxx/include/__format/formatter_pointer.h
@@ -10,7 +10,6 @@
#ifndef _LIBCPP___FORMAT_FORMATTER_POINTER_H
#define _LIBCPP___FORMAT_FORMATTER_POINTER_H
-#include <__availability>
#include <__config>
#include <__format/concepts.h>
#include <__format/format_parse_context.h>