From: Joerg Sonnenberger Date: Thu, 24 Jul 2014 16:04:46 +0000 (+0000) Subject: Include relative path for header outside the current directory. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1dd6dee3ac454b7025042b062ac3d1c276651183;p=oota-llvm.git Include relative path for header outside the current directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213872 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Mips/MipsOptionRecord.h b/lib/Target/Mips/MipsOptionRecord.h index c0abce3eadd..6069835eb44 100644 --- a/lib/Target/Mips/MipsOptionRecord.h +++ b/lib/Target/Mips/MipsOptionRecord.h @@ -20,7 +20,7 @@ #ifndef MIPSOPTIONRECORD_H #define MIPSOPTIONRECORD_H -#include "MipsMCTargetDesc.h" +#include "MCTargetDesc/MipsMCTargetDesc.h" #include "llvm/MC/MCContext.h" #include "llvm/MC/MCRegisterInfo.h"