forked from OSchip/llvm-project
Use llvm/Support/DataTypes instead of stdint.h
llvm-svn: 152387
This commit is contained in:
parent
4ff3c79998
commit
9f91f958b1
|
@ -10,7 +10,7 @@
|
|||
#ifndef LLD_CORE_REFERENCES_H_
|
||||
#define LLD_CORE_REFERENCES_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
|
||||
namespace lld {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue