[llvm] d395eac - [dsymutil] Fix include-style

Jonas Devlieghere via llvm-commits llvm-commits at lists.llvm.org
Thu May 21 11:20:09 PDT 2020


Author: Jonas Devlieghere
Date: 2020-05-21T11:19:57-07:00
New Revision: d395eacca579858972fd4f79f4c9637db7666392

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

LOG: [dsymutil] Fix include-style

Added: 
    

Modified: 
    llvm/tools/dsymutil/Reproducer.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/tools/dsymutil/Reproducer.cpp b/llvm/tools/dsymutil/Reproducer.cpp
index baa6bc6f11e0..53e4bda375df 100644
--- a/llvm/tools/dsymutil/Reproducer.cpp
+++ b/llvm/tools/dsymutil/Reproducer.cpp
@@ -7,7 +7,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/Path.h"
-#include <Reproducer.h>
+#include "Reproducer.h"
 
 using namespace llvm;
 using namespace llvm::dsymutil;


        


More information about the llvm-commits mailing list