projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d71de6
)
C-API: Include DataTypes.h instead of stdint.h.
author
Daniel Dunbar
<daniel@zuster.org>
Tue, 29 Mar 2011 02:30:34 +0000
(
02:30
+0000)
committer
Daniel Dunbar
<daniel@zuster.org>
Tue, 29 Mar 2011 02:30:34 +0000
(
02:30
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128446
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm-c/Disassembler.h
patch
|
blob
|
history
diff --git
a/include/llvm-c/Disassembler.h
b/include/llvm-c/Disassembler.h
index 742063025f025620fd2a3c5845fc954485c65530..63ed9df88e23388fd39fe5873d73ed28e9b3cdcc 100644
(file)
--- a/
include/llvm-c/Disassembler.h
+++ b/
include/llvm-c/Disassembler.h
@@
-15,8
+15,8
@@
#ifndef LLVM_C_DISASSEMBLER_H
#define LLVM_C_DISASSEMBLER_H 1
-#include <stdint.h>
#include <stddef.h>
+#include "llvm/Support/DataTypes.h"
/**
* An opaque reference to a disassembler context.