update
This commit is contained in:
parent
77c5ca7b7d
commit
df02174b2a
|
@ -28,7 +28,7 @@ SOURCES += \
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
winghexasm.h \
|
winghexasm.h \
|
||||||
../WingHexExplorer/wing-hex-explorer.sourcecode/WingHexExplorer/plugin/iwingplugin.h \
|
../WingHexExplorer/WingHexExplorer/plugin/iwingplugin.h \
|
||||||
keystone/arm.h \
|
keystone/arm.h \
|
||||||
keystone/arm64.h \
|
keystone/arm64.h \
|
||||||
keystone/evm.h \
|
keystone/evm.h \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#ifndef WINGHEXASM_H
|
#ifndef WINGHEXASM_H
|
||||||
#define 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 "keystone/keystone.h"
|
||||||
#include <QCheckBox>
|
#include <QCheckBox>
|
||||||
#include <QComboBox>
|
#include <QComboBox>
|
||||||
|
|
Loading…
Reference in New Issue