[Mlir-commits] [mlir] b97920c - [MLIR][Presburger] IntegerPolyhedronTest: remove unused include (NFC)

Arjun P llvmlistbot at llvm.org
Mon Mar 21 08:22:06 PDT 2022


Author: Arjun P
Date: 2022-03-21T15:21:54Z
New Revision: b97920ca61b569d4b08c65836d588464e67a3bb2

URL: https://github.com/llvm/llvm-project/commit/b97920ca61b569d4b08c65836d588464e67a3bb2
DIFF: https://github.com/llvm/llvm-project/commit/b97920ca61b569d4b08c65836d588464e67a3bb2.diff

LOG: [MLIR][Presburger] IntegerPolyhedronTest: remove unused include (NFC)

Added: 
    

Modified: 
    mlir/unittests/Analysis/Presburger/IntegerPolyhedronTest.cpp

Removed: 
    


################################################################################
diff  --git a/mlir/unittests/Analysis/Presburger/IntegerPolyhedronTest.cpp b/mlir/unittests/Analysis/Presburger/IntegerPolyhedronTest.cpp
index 0d4c92d690884..f85c4a81a1cd9 100644
--- a/mlir/unittests/Analysis/Presburger/IntegerPolyhedronTest.cpp
+++ b/mlir/unittests/Analysis/Presburger/IntegerPolyhedronTest.cpp
@@ -9,7 +9,6 @@
 #include "./Utils.h"
 #include "mlir/Analysis/Presburger/IntegerRelation.h"
 #include "mlir/Analysis/Presburger/Simplex.h"
-#include "mlir/IR/MLIRContext.h"
 
 #include <gmock/gmock.h>
 #include <gtest/gtest.h>


        


More information about the Mlir-commits mailing list