aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-03-24 16:58:44 +0000
committerDan Gohman <gohman@apple.com>2008-03-24 16:58:44 +0000
commit40ca2304a4c192f3075b8be9378dfec7d222b61d (patch)
tree0e69ad7507d362c0bacfd824b72e971463d9b363 /include/llvm
parent648deab93b3803974c02f9139dadbbe853b78fdd (diff)
downloadexternal_llvm-40ca2304a4c192f3075b8be9378dfec7d222b61d.zip
external_llvm-40ca2304a4c192f3075b8be9378dfec7d222b61d.tar.gz
external_llvm-40ca2304a4c192f3075b8be9378dfec7d222b61d.tar.bz2
Remove an unnecessary #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48729 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/Instructions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Instructions.h b/include/llvm/Instructions.h
index 2e234bd..2f66ffc 100644
--- a/include/llvm/Instructions.h
+++ b/include/llvm/Instructions.h
@@ -21,7 +21,6 @@
#include "llvm/InstrTypes.h"
#include "llvm/DerivedTypes.h"
#include "llvm/ParameterAttributes.h"
-#include "llvm/Support/MathExtras.h"
namespace llvm {