diff options
author | Jim Mussared <jim.mussared@gmail.com> | 2022-08-18 15:07:24 +1000 |
---|---|---|
committer | Jim Mussared <jim.mussared@gmail.com> | 2023-06-08 17:54:14 +1000 |
commit | 0ceccd4cf809ef067feea8c42614b1bd07984451 (patch) | |
tree | 1e801e6bf457eff9d1e1c7e998c0abb526f853f8 /py/modsys.c | |
parent | f5f9edf6457624bf32e71b0c2fdcfbfa5d5753a6 (diff) |
all: Rename *umodule*.h to remove the "u" prefix.
This work was funded through GitHub Sponsors.
Also updates #includes.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'py/modsys.c')
-rw-r--r-- | py/modsys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/modsys.c b/py/modsys.c index 09bdfefc6..1cfc09ecf 100644 --- a/py/modsys.c +++ b/py/modsys.c @@ -36,7 +36,7 @@ #include "py/smallint.h" #include "py/runtime.h" #include "py/persistentcode.h" -#include "extmod/moduplatform.h" +#include "extmod/modplatform.h" #include "genhdr/mpversion.h" #if MICROPY_PY_SYS_SETTRACE |