Fix include guards to match new location.

llvm-svn: 178877
This commit is contained in:
Rafael Espindola 2013-04-05 15:31:16 +00:00
parent 228ecf46ab
commit 601b6d4e33
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
// source file, implement it.
//===----------------------------------------------------------------------===//
#ifndef LLVM_UTILS_OBJ2YAML_H
#define LLVM_UTILS_OBJ2YAML_H
#ifndef LLVM_TOOLS_OBJ2YAML_H
#define LLVM_TOOLS_OBJ2YAML_H
#include "llvm/ADT/ArrayRef.h"
#include "llvm/Support/MemoryBuffer.h"