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 /extmod/moduwebsocket.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 'extmod/moduwebsocket.c')
| -rw-r--r-- | extmod/moduwebsocket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/moduwebsocket.c b/extmod/moduwebsocket.c index ac90dea8b..3bf50cc58 100644 --- a/extmod/moduwebsocket.c +++ b/extmod/moduwebsocket.c @@ -30,7 +30,7 @@ #include "py/runtime.h" #include "py/stream.h" -#include "extmod/moduwebsocket.h" +#include "extmod/modwebsocket.h" #if MICROPY_PY_WEBSOCKET |
