Fixed myinttypes.h
This commit is contained in:
parent
308af00815
commit
4d6b830deb
|
@ -7,7 +7,6 @@
|
|||
\*===----------------------------------------------------------------------===*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include "../../myinttypes.h"
|
||||
|
||||
/// printInstruction - This method is automatically generated by tablegen
|
||||
/// from the instruction set description.
|
||||
|
|
|
@ -6,8 +6,6 @@
|
|||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "../../myinttypes.h"
|
||||
|
||||
#include "TMS320C64xInstPrinter.h"
|
||||
#include "../../MCInst.h"
|
||||
#include "../../utils.h"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
/* TMS320C64x Backend by Fotis Loukos <me@fotisl.com> 2016 */
|
||||
|
||||
#include <stdio.h>
|
||||
#include "../myinttypes.h"
|
||||
|
||||
#include <capstone/capstone.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue