[llvm] [TableGen] [NFC] Remove Unused Imports in TableGen BE (PR #113725)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 28 08:48:36 PDT 2024
================
@@ -17,7 +17,6 @@
#include "llvm/TableGen/Error.h"
#include "llvm/TableGen/Record.h"
#include "llvm/TableGen/TableGenBackend.h"
-#include <algorithm>
#include <vector>
----------------
jurahul wrote:
Can we add <tuple> as it seems the file uses std::tuple?
https://github.com/llvm/llvm-project/pull/113725
More information about the llvm-commits
mailing list