From: NAKAMURA Takumi Date: Thu, 16 Feb 2017 08:22:08 +0000 (+0000) Subject: RWMutex.h: Use llvm-config.h instead of config.h in installed headers. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a075ee236e276ed1586ef78ec265c094617159a;p=llvm RWMutex.h: Use llvm-config.h instead of config.h in installed headers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295297 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/RWMutex.h b/include/llvm/Support/RWMutex.h index 62b097d66af..85f4fc09fb8 100644 --- a/include/llvm/Support/RWMutex.h +++ b/include/llvm/Support/RWMutex.h @@ -14,7 +14,7 @@ #ifndef LLVM_SUPPORT_RWMUTEX_H #define LLVM_SUPPORT_RWMUTEX_H -#include "llvm/Config/config.h" +#include "llvm/Config/llvm-config.h" #include "llvm/Support/Threading.h" #include