diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-11-09 08:20:05 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-11-09 08:20:05 -0800 |
| commit | fcd1adbb6d4d0307aacdd56034695a6083429163 (patch) | |
| tree | bd06789353a6c025f63d6b6c9aa309d7ca92da7c /src/supplemental/websocket/websocket.c | |
| parent | bf619798ec8afbf64b5542be832466e23e2d9d23 (diff) | |
| download | nng-fcd1adbb6d4d0307aacdd56034695a6083429163.tar.gz nng-fcd1adbb6d4d0307aacdd56034695a6083429163.tar.bz2 nng-fcd1adbb6d4d0307aacdd56034695a6083429163.zip | |
chore/websocket: IWYU fixes
Diffstat (limited to 'src/supplemental/websocket/websocket.c')
| -rw-r--r-- | src/supplemental/websocket/websocket.c | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/supplemental/websocket/websocket.c b/src/supplemental/websocket/websocket.c index 82cac05e..13620656 100644 --- a/src/supplemental/websocket/websocket.c +++ b/src/supplemental/websocket/websocket.c @@ -13,9 +13,16 @@ #include <stdlib.h> #include <string.h> -#include "../../core/nng_impl.h" +#include "../../core/aio.h" +#include "../../core/defs.h" +#include "../../core/message.h" +#include "../../core/options.h" +#include "../../core/platform.h" +#include "../../core/reap.h" +#include "../../core/stream.h" +#include "../../core/strs.h" +#include "../../core/url.h" #include "../../supplemental/http/http_api.h" -#include "nng/http.h" #include "base64.h" #include "nng/nng.h" |
