From 0912fe06dc96c1bfbf729fab14a589dda7b4f5cf Mon Sep 17 00:00:00 2001 From: Simon Atanasyan Date: Mon, 3 Feb 2014 20:10:30 +0000 Subject: [Mips] Unify #include guard names. llvm-svn: 200715 --- lld/lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lld/lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.h') diff --git a/lld/lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.h b/lld/lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.h index 80835dbc8dd..972e81251c9 100644 --- a/lld/lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.h +++ b/lld/lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.h @@ -6,8 +6,8 @@ // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -#ifndef LLD_READER_WRITER_ELF_MIPS_RELOCATION_HANDLER_H -#define LLD_READER_WRITER_ELF_MIPS_RELOCATION_HANDLER_H +#ifndef LLD_READER_WRITER_ELF_MIPS_MIPS_RELOCATION_HANDLER_H +#define LLD_READER_WRITER_ELF_MIPS_MIPS_RELOCATION_HANDLER_H #include "MipsLinkingContext.h" -- cgit v1.2.3