mirror of https://github.com/x64dbg/zydis
cleaned up some includes
This commit is contained in:
parent
8cfc7e90e3
commit
60f05ef1ec
|
@ -30,7 +30,7 @@
|
|||
|
||||
**************************************************************************************************/
|
||||
#include "VXDisassemblerUtils.h"
|
||||
#include <assert.h>
|
||||
#include <cassert>
|
||||
|
||||
namespace Verteron
|
||||
{
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
**************************************************************************************************/
|
||||
#include "VXInstructionDecoder.h"
|
||||
#include <string.h>
|
||||
#include <cstring>
|
||||
|
||||
namespace Verteron
|
||||
{
|
||||
|
|
|
@ -31,8 +31,8 @@
|
|||
**************************************************************************************************/
|
||||
#pragma once
|
||||
|
||||
#include "stdint.h"
|
||||
#include "assert.h"
|
||||
#include <stdint.h>
|
||||
#include <cassert>
|
||||
|
||||
namespace Verteron
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue