forked from OSchip/llvm-project
Fix include guards to match new location.
llvm-svn: 178877
This commit is contained in:
parent
228ecf46ab
commit
601b6d4e33
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue