aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/ASTDumper.cpp
diff options
context:
space:
mode:
authorDavid Stone <davidfromonline@gmail.com>2024-06-03 00:49:04 -0600
committerGitHub <noreply@github.com>2024-06-03 14:49:04 +0800
commitaaa4ff88d6a2ef69053211e7bbee623f24723b51 (patch)
treebf4a347664b5bf092d320e55138210d2c8e192af /clang/lib/AST/ASTDumper.cpp
parent10e7671d9adf1da2f08d67fde6585c707ac4c1d2 (diff)
downloadllvm-aaa4ff88d6a2ef69053211e7bbee623f24723b51.zip
llvm-aaa4ff88d6a2ef69053211e7bbee623f24723b51.tar.gz
llvm-aaa4ff88d6a2ef69053211e7bbee623f24723b51.tar.bz2
[clang][Modules] Remove unnecessary includes of `Module.h` (#93417)
Diffstat (limited to 'clang/lib/AST/ASTDumper.cpp')
-rw-r--r--clang/lib/AST/ASTDumper.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/AST/ASTDumper.cpp b/clang/lib/AST/ASTDumper.cpp
index 6efc5bb9..c8973fd 100644
--- a/clang/lib/AST/ASTDumper.cpp
+++ b/clang/lib/AST/ASTDumper.cpp
@@ -17,7 +17,6 @@
#include "clang/AST/DeclLookups.h"
#include "clang/AST/JSONNodeDumper.h"
#include "clang/Basic/Builtins.h"
-#include "clang/Basic/Module.h"
#include "clang/Basic/SourceManager.h"
#include "llvm/Support/raw_ostream.h"