diff options
Diffstat (limited to 'plugins/arm/python/v7')
-rw-r--r-- | plugins/arm/python/v7/instruction.c | 2 | ||||
-rw-r--r-- | plugins/arm/python/v7/processor.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/arm/python/v7/instruction.c b/plugins/arm/python/v7/instruction.c index 25a49bb..127840f 100644 --- a/plugins/arm/python/v7/instruction.c +++ b/plugins/arm/python/v7/instruction.c @@ -28,7 +28,7 @@ #include <pygobject.h> -#include <plugins/pychrysa/helpers.h> +#include <plugins/pychrysalide/helpers.h> #include "../instruction.h" diff --git a/plugins/arm/python/v7/processor.c b/plugins/arm/python/v7/processor.c index 9a0911c..b624f7f 100644 --- a/plugins/arm/python/v7/processor.c +++ b/plugins/arm/python/v7/processor.c @@ -28,7 +28,7 @@ #include <pygobject.h> -#include <plugins/pychrysa/helpers.h> +#include <plugins/pychrysalide/helpers.h> #include "../processor.h" |