mirror of https://github.com/x64dbg/zydis
Removed forgotten stdint.h include
This commit is contained in:
parent
beeaa0e279
commit
58ce3a3e7f
|
@ -28,7 +28,6 @@
|
||||||
#define ZYDIS_LIBC_H
|
#define ZYDIS_LIBC_H
|
||||||
|
|
||||||
#include <Zydis/Defines.h>
|
#include <Zydis/Defines.h>
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
#ifndef ZYDIS_NO_LIBC
|
#ifndef ZYDIS_NO_LIBC
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue