aboutsummaryrefslogtreecommitdiff
path: root/src/llvm-c/DataTypes.h
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-03-19 15:46:33 +0000
committergingerBill <bill@gingerbill.org>2021-03-19 15:46:33 +0000
commitbda9eb73480967b83e2c38b5ebd948f88321cd2e (patch)
tree7954d7525d7c066fdbdde3b7803ab91733d35116 /src/llvm-c/DataTypes.h
parent2b806f7463e7bff9a6818e17ed65b9640a905f50 (diff)
Update llvm-c headers for Version 11.0.1
Diffstat (limited to 'src/llvm-c/DataTypes.h')
-rw-r--r--src/llvm-c/DataTypes.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/llvm-c/DataTypes.h b/src/llvm-c/DataTypes.h
index 893b22b49..0f27ba818 100644
--- a/src/llvm-c/DataTypes.h
+++ b/src/llvm-c/DataTypes.h
@@ -24,12 +24,6 @@
#ifndef LLVM_C_DATATYPES_H
#define LLVM_C_DATATYPES_H
-#ifdef __cplusplus
-#include <cmath>
-#else
-#include <math.h>
-#endif
-
#include <inttypes.h>
#include <stdint.h>