forked from OSchip/llvm-project
[mlir] Fix includes in mlir-translate
Drops the include on InitAllDialects.h, as dialects are now initialized in the translation passes. Differential Revision: https://reviews.llvm.org/D87129
This commit is contained in:
parent
6bc5e866bd
commit
c633842f13
|
@ -11,13 +11,12 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "mlir/InitAllDialects.h"
|
||||
#include "mlir/InitAllTranslations.h"
|
||||
#include "mlir/Support/LogicalResult.h"
|
||||
#include "mlir/Translation.h"
|
||||
|
||||
using namespace mlir;
|
||||
|
||||
|
||||
namespace mlir {
|
||||
// Defined in the test directory, no public header.
|
||||
void registerTestRoundtripSPIRV();
|
||||
|
|
Loading…
Reference in New Issue