Implement review feedback.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36603 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Christopher Lamb 2007-04-30 23:54:10 +00:00
parent 77edc4b1b0
commit 5443779d5a

View File

@ -14,6 +14,8 @@
#ifndef LLVM_CODEGEN_ELF_RELOCATION_H
#define LLVM_CODEGEN_ELF_RELOCATION_H
#include "llvm/Support/DataTypes.h"
namespace llvm {
/// ELFRelocation - This class contains all the information necessary to
@ -46,4 +48,5 @@ namespace llvm {
} // end llvm namespace
#endif // LLVM_CODEGEN_ELF_RELOCATION_H
#endif // LLVM_CODEGEN_ELF_RELOCATION_H