diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2024-11-24 10:03:34 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2024-11-24 10:03:34 (GMT) |
commit | d7aa3b671b83640006e00e853a439937c0c34dc0 (patch) | |
tree | 61020657a84397431459c541e4540834d4881bdf /plugins/pe/python | |
parent | 461f42dd8eb8b1932c11364d9d15367eeb294848 (diff) |
Rename a few files.
Diffstat (limited to 'plugins/pe/python')
-rw-r--r-- | plugins/pe/python/format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pe/python/format.c b/plugins/pe/python/format.c index 6c97c7d..1c64b7a 100644 --- a/plugins/pe/python/format.c +++ b/plugins/pe/python/format.c @@ -36,7 +36,7 @@ //#include "constants.h" #include "translate.h" -#include "../pe-int.h" +#include "../format-int.h" //#include "../rich.h" |