diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-01-12 19:51:22 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-01-12 20:30:17 (GMT) |
commit | 71367e25e95b90b34891ec88083a52e0e0f60f13 (patch) | |
tree | 744a548932ab522fca76c3e7298a7be6784fdb7e /plugins/pe/python | |
parent | baa854bfcc969022a00617b58a661e37f345cab5 (diff) |
Delete the now useless dynamic GTypes support and old plugin system code.
Diffstat (limited to 'plugins/pe/python')
-rw-r--r-- | plugins/pe/python/format.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/pe/python/format.c b/plugins/pe/python/format.c index 1c64b7a..71d3305 100644 --- a/plugins/pe/python/format.c +++ b/plugins/pe/python/format.c @@ -28,7 +28,6 @@ #include <pygobject.h> -#include <plugins/dt.h> #include <plugins/pychrysalide/helpers.h> #include <plugins/pychrysalide/analysis/content.h> #include <plugins/pychrysalide/format/executable.h> |