aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/TableGen
diff options
context:
space:
mode:
Diffstat (limited to 'mlir/lib/TableGen')
-rw-r--r--mlir/lib/TableGen/Successor.cpp1
-rw-r--r--mlir/lib/TableGen/Type.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/mlir/lib/TableGen/Successor.cpp b/mlir/lib/TableGen/Successor.cpp
index ce0aafb..cd0677d 100644
--- a/mlir/lib/TableGen/Successor.cpp
+++ b/mlir/lib/TableGen/Successor.cpp
@@ -12,7 +12,6 @@
//===----------------------------------------------------------------------===//
#include "mlir/TableGen/Successor.h"
-#include "llvm/ADT/TypeSwitch.h"
#include "llvm/TableGen/Record.h"
using namespace mlir;
diff --git a/mlir/lib/TableGen/Type.cpp b/mlir/lib/TableGen/Type.cpp
index 4f74056..b31377e 100644
--- a/mlir/lib/TableGen/Type.cpp
+++ b/mlir/lib/TableGen/Type.cpp
@@ -12,7 +12,6 @@
#include "mlir/TableGen/Type.h"
#include "mlir/TableGen/Dialect.h"
-#include "llvm/ADT/Twine.h"
#include "llvm/ADT/TypeSwitch.h"
#include "llvm/TableGen/Record.h"