[libc][NFC] Rename UInt.h to big_int.h and UInt128.h to uint128.h for consistency (#87808)
This commit is contained in:
committed by
GitHub
parent
a522dbbd62
commit
09efe848cf
@@ -3,5 +3,5 @@ add_libc_fuzzer(
|
||||
SRCS
|
||||
uint_fuzz.cpp
|
||||
DEPENDS
|
||||
libc.src.__support.uint
|
||||
libc.src.__support.big_int
|
||||
)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "src/__support/CPP/bit.h"
|
||||
#include "src/__support/UInt.h"
|
||||
#include "src/__support/big_int.h"
|
||||
#include "src/string/memory_utils/inline_memcpy.h"
|
||||
|
||||
using namespace LIBC_NAMESPACE;
|
||||
|
||||
Reference in New Issue
Block a user