Apply clang-tidy fixes for misc-include-cleaner in toyc.cpp (NFC)

This commit is contained in:
Mehdi Amini
2023-10-20 00:33:17 -07:00
parent 3e86cc4b86
commit 2f20e0ee73

View File

@@ -10,6 +10,8 @@
//
//===----------------------------------------------------------------------===//
#include "toy/AST.h"
#include "toy/Lexer.h"
#include "toy/Parser.h"
#include "llvm/ADT/StringRef.h"
@@ -17,6 +19,9 @@
#include "llvm/Support/ErrorOr.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/raw_ostream.h"
#include <memory>
#include <string>
#include <system_error>
using namespace toy;
namespace cl = llvm::cl;