aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2024-11-16 07:37:13 -0800
committerGitHub <noreply@github.com>2024-11-16 07:37:13 -0800
commite8a6624325e0c628ec23e5f124f1d2002f138dd5 (patch)
treea3ff8a99ae953b72157668d9314b09fe7824cee3 /clang/lib/CodeGen/CodeGenModule.cpp
parentc95daac4c19fe54eeeb4d0ec5ca23f2673d1de71 (diff)
downloadllvm-e8a6624325e0c628ec23e5f124f1d2002f138dd5.zip
llvm-e8a6624325e0c628ec23e5f124f1d2002f138dd5.tar.gz
llvm-e8a6624325e0c628ec23e5f124f1d2002f138dd5.tar.bz2
[CodeGen] Remove unused includes (NFC) (#116459)
Identified with misc-include-cleaner.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp
index e1537e8..508f534 100644
--- a/clang/lib/CodeGen/CodeGenModule.cpp
+++ b/clang/lib/CodeGen/CodeGenModule.cpp
@@ -38,13 +38,10 @@
#include "clang/AST/RecursiveASTVisitor.h"
#include "clang/AST/StmtVisitor.h"
#include "clang/Basic/Builtins.h"
-#include "clang/Basic/CharInfo.h"
#include "clang/Basic/CodeGenOptions.h"
#include "clang/Basic/Diagnostic.h"
-#include "clang/Basic/FileManager.h"
#include "clang/Basic/Module.h"
#include "clang/Basic/SourceManager.h"
-#include "clang/Basic/Stack.h"
#include "clang/Basic/TargetInfo.h"
#include "clang/Basic/Version.h"
#include "clang/CodeGen/BackendUtil.h"
@@ -55,7 +52,6 @@
#include "llvm/ADT/StringSwitch.h"
#include "llvm/Analysis/TargetLibraryInfo.h"
#include "llvm/BinaryFormat/ELF.h"
-#include "llvm/Frontend/OpenMP/OMPIRBuilder.h"
#include "llvm/IR/AttributeMask.h"
#include "llvm/IR/CallingConv.h"
#include "llvm/IR/DataLayout.h"