Removed inclusion of cassert, which is no longer needed.
authorTed Kremenek <kremenek@apple.com>
Wed, 17 Oct 2007 22:12:14 +0000 (22:12 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 17 Oct 2007 22:12:14 +0000 (22:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43099 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/AlignOf.h

index 0911bb84b36d4bb22263c6ccf9ff3f49b04c51c1..4ee5ea230dda1bf7847c6b4c690dd3222f94673e 100644 (file)
@@ -15,8 +15,6 @@
 #ifndef LLVM_SUPPORT_ALIGNOF_H
 #define LLVM_SUPPORT_ALIGNOF_H
 
-#include <cassert>
-
 namespace llvm {
   
 template <typename T>