mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 12:19:23 +08:00
Apply clang-tidy fixes for misc-include-cleaner in AST.cpp (NFC)
This commit is contained in:
@@ -12,9 +12,12 @@
|
||||
|
||||
#include "toy/AST.h"
|
||||
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
#include "llvm/ADT/Twine.h"
|
||||
#include "llvm/ADT/TypeSwitch.h"
|
||||
#include "llvm/Support/Casting.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include <string>
|
||||
|
||||
using namespace toy;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user