[llvm] 6b6552a - [llvm-dwarfutil] Adjust includes (NFC)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 2 22:39:33 PST 2023


Author: Kazu Hirata
Date: 2023-12-02T22:39:28-08:00
New Revision: 6b6552aa92a56e4132a62edf31c91ad77caad49f

URL: https://github.com/llvm/llvm-project/commit/6b6552aa92a56e4132a62edf31c91ad77caad49f
DIFF: https://github.com/llvm/llvm-project/commit/6b6552aa92a56e4132a62edf31c91ad77caad49f.diff

LOG: [llvm-dwarfutil] Adjust includes (NFC)

Identified with clangd.

Added: 
    

Modified: 
    llvm/tools/llvm-dwarfutil/Options.h

Removed: 
    


################################################################################
diff  --git a/llvm/tools/llvm-dwarfutil/Options.h b/llvm/tools/llvm-dwarfutil/Options.h
index f5e0a16c800a6..caa35d3c4572e 100644
--- a/llvm/tools/llvm-dwarfutil/Options.h
+++ b/llvm/tools/llvm-dwarfutil/Options.h
@@ -9,7 +9,8 @@
 #ifndef LLVM_TOOLS_LLVM_DWARFUTIL_OPTIONS_H
 #define LLVM_TOOLS_LLVM_DWARFUTIL_OPTIONS_H
 
-#include "llvm/ADT/StringRef.h"
+#include <cstdint>
+#include <string>
 
 namespace llvm {
 namespace dwarfutil {


        


More information about the llvm-commits mailing list