forked from OSchip/llvm-project
X86InstrFoldTables.h - remove unnecessary include. NFC.
We don't need the limits defines, just the sized integer types so use cstdint system header directly.
This commit is contained in:
parent
33ffce5414
commit
da3bf811be
|
@ -13,7 +13,7 @@
|
|||
#ifndef LLVM_LIB_TARGET_X86_X86INSTRFOLDTABLES_H
|
||||
#define LLVM_LIB_TARGET_X86_X86INSTRFOLDTABLES_H
|
||||
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
#include <cstdint>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
|
Loading…
Reference in New Issue