From: Chris Lattner Date: Mon, 21 Jan 2002 07:41:55 +0000 (+0000) Subject: Moved header X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=24d5c6a0cc52690c62844dfccd44ce40b87ee2a8;p=oota-llvm.git Moved header git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1509 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Transforms/IPO/SimpleStructMutation.h b/include/llvm/Transforms/IPO/SimpleStructMutation.h index 181996d45b5..49c34e37f24 100644 --- a/include/llvm/Transforms/IPO/SimpleStructMutation.h +++ b/include/llvm/Transforms/IPO/SimpleStructMutation.h @@ -8,7 +8,7 @@ #ifndef LLVM_TRANSFORMS_SIMPLESTRUCTMUTATION_H #define LLVM_TRANSFORMS_SIMPLESTRUCTMUTATION_H -#include "llvm/Transforms/MutateStructTypes.h" +#include "llvm/Transforms/IPO/MutateStructTypes.h" class SimpleStructMutation : public MutateStructTypes { public: