aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2007-10-17 22:12:14 +0000
committerTed Kremenek <kremenek@apple.com>2007-10-17 22:12:14 +0000
commit129d7d3bde306d186df552694eb511f5fe8bda6b (patch)
tree7c6359342c43b1c903119ac538e34788ffed06ee
parent6740463c74a7b98ec3136211c871ddd29df39887 (diff)
Removed inclusion of cassert, which is no longer needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43099 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Support/AlignOf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/Support/AlignOf.h b/include/llvm/Support/AlignOf.h
index 0911bb84b3..4ee5ea230d 100644
--- a/include/llvm/Support/AlignOf.h
+++ b/include/llvm/Support/AlignOf.h
@@ -15,8 +15,6 @@
#ifndef LLVM_SUPPORT_ALIGNOF_H
#define LLVM_SUPPORT_ALIGNOF_H
-#include <cassert>
-
namespace llvm {
template <typename T>