commit | 8adbec89ce72feff0a06fa28693d15820b80a0d8 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Jul 07 06:35:22 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Jul 07 06:35:22 2004 +0000 |
tree | 240350d7b7475525219a2601479697f2233a483a | |
parent | 7ff5daa0b65c38422845dc52456812ef9c94df1f [diff] [blame] |
Headers moved git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14665 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/DataStructure/BottomUpClosure.cpp b/lib/Analysis/DataStructure/BottomUpClosure.cpp index 02b27a2..9f2124a 100644 --- a/lib/Analysis/DataStructure/BottomUpClosure.cpp +++ b/lib/Analysis/DataStructure/BottomUpClosure.cpp
@@ -14,7 +14,7 @@ // //===----------------------------------------------------------------------===// -#include "llvm/Analysis/DataStructure.h" +#include "llvm/Analysis/DataStructure/DataStructure.h" #include "llvm/Module.h" #include "Support/Statistic.h" #include "Support/Debug.h"