forked from OSchip/llvm-project
Update the header guard I missed when moving the header.
llvm-svn: 160242
This commit is contained in:
parent
9db53d7d68
commit
d9d363f8d7
|
@ -12,8 +12,8 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SUPPORT_MDBUILDER_H
|
||||
#define LLVM_SUPPORT_MDBUILDER_H
|
||||
#ifndef LLVM_MDBUILDER_H
|
||||
#define LLVM_MDBUILDER_H
|
||||
|
||||
#include "llvm/Constants.h"
|
||||
#include "llvm/DerivedTypes.h"
|
||||
|
|
Loading…
Reference in New Issue