[llvm] 4e91035 - [Support] Trim #include after b06df22

Sam McCall via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 5 00:58:37 PDT 2021


Author: Sam McCall
Date: 2021-10-05T09:58:25+02:00
New Revision: 4e91035387faf9e18134b1d46ce0fa803a6e9122

URL: https://github.com/llvm/llvm-project/commit/4e91035387faf9e18134b1d46ce0fa803a6e9122
DIFF: https://github.com/llvm/llvm-project/commit/4e91035387faf9e18134b1d46ce0fa803a6e9122.diff

LOG: [Support] Trim #include after b06df22

Added: 
    

Modified: 
    llvm/include/llvm/Support/FileSystem/UniqueID.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Support/FileSystem/UniqueID.h b/llvm/include/llvm/Support/FileSystem/UniqueID.h
index cb5889cc11c74..04d9da0f5299f 100644
--- a/llvm/include/llvm/Support/FileSystem/UniqueID.h
+++ b/llvm/include/llvm/Support/FileSystem/UniqueID.h
@@ -14,7 +14,7 @@
 #ifndef LLVM_SUPPORT_FILESYSTEM_UNIQUEID_H
 #define LLVM_SUPPORT_FILESYSTEM_UNIQUEID_H
 
-#include "llvm/ADT/DenseMap.h"
+#include "llvm/ADT/DenseMapInfo.h"
 #include <cstdint>
 #include <utility>
 


        


More information about the llvm-commits mailing list