From bcdd54cf6fc7de88d0b79f396f2a364644da6ec1 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 5 Jan 2007 17:19:32 +0000 Subject: [PATCH] Adjust to new header file name. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32907 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-upgrade/llvm-upgrade.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/llvm-upgrade/llvm-upgrade.cpp b/tools/llvm-upgrade/llvm-upgrade.cpp index 64ae5abf9a2..38aa9ad0522 100644 --- a/tools/llvm-upgrade/llvm-upgrade.cpp +++ b/tools/llvm-upgrade/llvm-upgrade.cpp @@ -19,7 +19,7 @@ // //===----------------------------------------------------------------------===// -#include "ParserInternals.h" +#include "UpgradeInternals.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/ManagedStatic.h" #include "llvm/Support/Streams.h" -- 2.34.1