diff options
author | Anna Henningsen <anna@addaleax.net> | 2020-09-30 18:09:08 +0200 |
---|---|---|
committer | Node.js GitHub Bot <github-bot@iojs.org> | 2020-10-03 15:41:30 +0000 |
commit | fdf0a84e826d3a9ec0ce6f5a3f5adc967fe99408 (patch) | |
tree | 814abaae5eaa1e4f37c2563192dd258a60150fd1 /src/inspector_socket.cc | |
parent | a8556dae163312633290098c5a585bf995c0c0d5 (diff) | |
download | node-new-fdf0a84e826d3a9ec0ce6f5a3f5adc967fe99408.tar.gz |
src: move all base64.h inline methods into -inl.h header file
Refs: https://github.com/nodejs/node/pull/34944#discussion_r480321239
PR-URL: https://github.com/nodejs/node/pull/35432
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'src/inspector_socket.cc')
-rw-r--r-- | src/inspector_socket.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspector_socket.cc b/src/inspector_socket.cc index ec34773240..35306af3c6 100644 --- a/src/inspector_socket.cc +++ b/src/inspector_socket.cc @@ -1,7 +1,7 @@ #include "inspector_socket.h" #include "llhttp.h" -#include "base64.h" +#include "base64-inl.h" #include "util-inl.h" #include "openssl/sha.h" // Sha-1 hash |