From: Jeff Cohen Date: Thu, 22 Dec 2005 01:46:59 +0000 (+0000) Subject: Oh oh... Unix is case sensitive. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;ds=sidebyside;h=9337de86516832daf991e75d8a6f7ae2493b6225;p=oota-llvm.git Oh oh... Unix is case sensitive. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24928 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h index 46be71d3f84..84018a61703 100644 --- a/include/llvm/Target/TargetLowering.h +++ b/include/llvm/Target/TargetLowering.h @@ -24,7 +24,7 @@ #include "llvm/Type.h" #include "llvm/CodeGen/ValueTypes.h" -#include "llvm/support/DataTypes.h" +#include "llvm/Support/DataTypes.h" #include namespace llvm {