aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2023-11-01 23:16:33 -0700
committerKazu Hirata <kazu@google.com>2023-11-01 23:16:33 -0700
commitbf383dca36953fbd37c979d78f781ba37eab129c (patch)
tree1c31a21bb94fe3b55c4f6174955073bab022c31b /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
parent858b56e4962749013ded409ff43370b542c8b6cb (diff)
downloadllvm-bf383dca36953fbd37c979d78f781ba37eab129c.zip
llvm-bf383dca36953fbd37c979d78f781ba37eab129c.tar.gz
llvm-bf383dca36953fbd37c979d78f781ba37eab129c.tar.bz2
[llvm] Stop including llvm/Support/Endian.h (NFC)
Identified with misc-include-cleaner.
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
index a41d035..06dcf0a 100644
--- a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
@@ -56,7 +56,6 @@
#include "llvm/MC/MCSymbol.h"
#include "llvm/Support/BinaryStreamWriter.h"
#include "llvm/Support/Casting.h"
-#include "llvm/Support/Endian.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/FormatVariadic.h"