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