From 030cc6948ac6d821082bdbd4483bdd5508bd2f2d 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239249 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/TableGen/Record.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/llvm/TableGen/Record.h b/include/llvm/TableGen/Record.h index 062e03d6e5f..91aad57ee71 100644 --- a/include/llvm/TableGen/Record.h +++ b/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.34.1