From: Jeff Cohen Date: Fri, 7 Jan 2005 19:21:49 +0000 (+0000) Subject: Fix include. Too easy to make mistakes like this on Windows :( X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=39931a3dbac1aa2fe2ec14f26001c8c29102940c;p=oota-llvm.git Fix include. Too easy to make mistakes like this on Windows :( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19343 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h index e21cdb38990..96575fea417 100644 --- a/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/include/llvm/CodeGen/SelectionDAGNodes.h @@ -20,7 +20,7 @@ #define LLVM_CODEGEN_SELECTIONDAGNODES_H #include "llvm/CodeGen/ValueTypes.h" -#include "llvm/support/DataTypes.h" +#include "llvm/Support/DataTypes.h" #include #include