Use llvm/Support/DataTypes instead of stdint.h

llvm-svn: 152387
This commit is contained in:
Michael J. Spencer 2012-03-09 05:27:11 +00:00
parent 4ff3c79998
commit 9f91f958b1
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
#ifndef LLD_CORE_REFERENCES_H_
#define LLD_CORE_REFERENCES_H_
#include <stdint.h>
#include "llvm/Support/DataTypes.h"
namespace lld {

View File

@ -10,7 +10,7 @@
#ifndef LLD_CORE_NATIVE_FILE_FORMAT_H_
#define LLD_CORE_NATIVE_FILE_FORMAT_H_
#include <stdint.h>
#include "llvm/Support/DataTypes.h"
namespace lld {