From: Jordan Rose Date: Thu, 18 Oct 2012 22:36:01 +0000 (+0000) Subject: Fix case for include of Compiler.h. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=5ce10521a0986e9626530c19e3247431dbb5f2ca;hp=e19f11215d8fa29635b28317dd1cfd1915d048d4 Fix case for include of Compiler.h. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166243 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/Optional.h b/include/llvm/ADT/Optional.h index ffef8d91b30..f43aeb1bc4d 100644 --- a/include/llvm/ADT/Optional.h +++ b/include/llvm/ADT/Optional.h @@ -16,7 +16,7 @@ #ifndef LLVM_ADT_OPTIONAL #define LLVM_ADT_OPTIONAL -#include "LLVM/Support/Compiler.h" +#include "llvm/Support/Compiler.h" #include #if LLVM_USE_RVALUE_REFERENCES