From e28cd8014c2407283e5587e891f5eb9d070f904e Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Sun, 7 Jun 2015 06:01:22 +0000 Subject: [PATCH] [TableGen] Remove unnecessary include. NFC. llvm-svn: 239249 --- llvm/include/llvm/TableGen/Record.h | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/include/llvm/TableGen/Record.h b/llvm/include/llvm/TableGen/Record.h index 062e03d..91aad57 100644 --- a/llvm/include/llvm/TableGen/Record.h +++ b/llvm/include/llvm/TableGen/Record.h @@ -17,7 +17,6 @@ #include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/FoldingSet.h" -#include "llvm/Support/Allocator.h" #include "llvm/Support/Casting.h" #include "llvm/Support/DataTypes.h" #include "llvm/Support/ErrorHandling.h" -- 2.7.4