summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Recycler.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-07-10 22:26:19 +0000
committerDan Gohman <gohman@apple.com>2008-07-10 22:26:19 +0000
commit4f4b348437ff607b53c66ec7da8a011b637ebc99 (patch)
tree5accd2c660ce9a064b8490efdd1cf4d44e23a1a4 /include/llvm/Support/Recycler.h
parentea8a8651fae10bfea6149a512c01c0ebade4973f (diff)
downloadllvm-4f4b348437ff607b53c66ec7da8a011b637ebc99.tar.gz
llvm-4f4b348437ff607b53c66ec7da8a011b637ebc99.tar.bz2
llvm-4f4b348437ff607b53c66ec7da8a011b637ebc99.tar.xz
Tidy up #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53426 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Recycler.h')
-rw-r--r--include/llvm/Support/Recycler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Support/Recycler.h b/include/llvm/Support/Recycler.h
index 3b514dd6a8..8d4dc4ca40 100644
--- a/include/llvm/Support/Recycler.h
+++ b/include/llvm/Support/Recycler.h
@@ -15,7 +15,6 @@
#ifndef LLVM_SUPPORT_RECYCLER_H
#define LLVM_SUPPORT_RECYCLER_H
-#include <cassert>
#include "llvm/ADT/alist_node.h"
namespace llvm {