aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-rc
diff options
context:
space:
mode:
authorNicolai Hähnle <nicolai.haehnle@amd.com>2022-07-05 09:52:50 +0200
committerNicolai Hähnle <nicolai.haehnle@amd.com>2022-07-07 14:29:20 +0200
commit64a78c8501150cb1d65b1e9cc8804aea6186e0cb (patch)
tree63071c00cf8dcdd69a185acccc30e6c0bbb4bb24 /llvm/tools/llvm-rc
parentfdf7e437bfc9df20454361a3453e2811be9da56c (diff)
downloadllvm-64a78c8501150cb1d65b1e9cc8804aea6186e0cb.zip
llvm-64a78c8501150cb1d65b1e9cc8804aea6186e0cb.tar.gz
llvm-64a78c8501150cb1d65b1e9cc8804aea6186e0cb.tar.bz2
Remove unnecessary includes of ManagedStatic.h
Differential Revision: https://reviews.llvm.org/D129115
Diffstat (limited to 'llvm/tools/llvm-rc')
-rw-r--r--llvm/tools/llvm-rc/llvm-rc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-rc/llvm-rc.cpp b/llvm/tools/llvm-rc/llvm-rc.cpp
index b6d20470..312cc15 100644
--- a/llvm/tools/llvm-rc/llvm-rc.cpp
+++ b/llvm/tools/llvm-rc/llvm-rc.cpp
@@ -27,7 +27,6 @@
#include "llvm/Support/FileUtilities.h"
#include "llvm/Support/Host.h"
#include "llvm/Support/InitLLVM.h"
-#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/PrettyStackTrace.h"