mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-18 16:58:23 +00:00
[libc] Fix invalid include for SqrtLongDouble.h
This commit is contained in:
parent
1217b4b46f
commit
b902b314ff
@ -15,10 +15,9 @@
|
||||
#error "Invalid include"
|
||||
#endif
|
||||
|
||||
#include "FPBits.h"
|
||||
#include "Sqrt.h"
|
||||
|
||||
#include "src/__support/CPP/TypeTraits.h"
|
||||
#include "src/__support/FPUtil/FPBits.h"
|
||||
#include "src/__support/FPUtil/Sqrt.h"
|
||||
|
||||
namespace __llvm_libc {
|
||||
namespace fputil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user