[llvm] [TableGen] [NFC] Remove Unused Imports in TableGen BE (PR #113725)
Krzysztof Parzyszek via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 25 12:50:45 PDT 2024
================
@@ -24,7 +24,6 @@
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringExtras.h"
-#include "llvm/Support/Casting.h"
----------------
kparzysz wrote:
This file does use `cast` etc. The header is rarely included directly, but if we follow the IWYU principle, it should probably be included more often.
https://github.com/llvm/llvm-project/pull/113725
More information about the llvm-commits
mailing list