From df02174b2ad5459ff3e16465ca2f81f587830d9a Mon Sep 17 00:00:00 2001 From: wingsummer <1326224942@qq.com> Date: Wed, 9 Nov 2022 18:29:53 +0800 Subject: [PATCH] update --- WingHexAsm.pro | 2 +- winghexasm.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WingHexAsm.pro b/WingHexAsm.pro index 9ea65ae..082d1f5 100644 --- a/WingHexAsm.pro +++ b/WingHexAsm.pro @@ -28,7 +28,7 @@ SOURCES += \ HEADERS += \ winghexasm.h \ - ../WingHexExplorer/wing-hex-explorer.sourcecode/WingHexExplorer/plugin/iwingplugin.h \ + ../WingHexExplorer/WingHexExplorer/plugin/iwingplugin.h \ keystone/arm.h \ keystone/arm64.h \ keystone/evm.h \ diff --git a/winghexasm.h b/winghexasm.h index e4f008e..50fc280 100644 --- a/winghexasm.h +++ b/winghexasm.h @@ -1,7 +1,7 @@ #ifndef WINGHEXASM_H #define WINGHEXASM_H -#include "../WingHexExplorer/wing-hex-explorer.sourcecode/WingHexExplorer/plugin/iwingplugin.h" +#include "../WingHexExplorer/WingHexExplorer/plugin/iwingplugin.h" #include "keystone/keystone.h" #include #include