Fix typo in include guard.

llvm-svn: 184521
This commit is contained in:
Rui Ueyama 2013-06-21 02:29:54 +00:00
parent 6f0cd6e866
commit 55fc544e65
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
///
//===----------------------------------------------------------------------===//
#ifndef LLD_CORE_SIMPLE_H
#define LLD_CORE_SIMPLE_H
#ifndef LLD_READER_WRITER_SIMPLE_H
#define LLD_READER_WRITER_SIMPLE_H
#include "lld/Core/DefinedAtom.h"
#include "lld/Core/File.h"