Skip to content

Commit

Permalink
fix(phantom_token): damn sort include
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkness4 committed Nov 7, 2024
1 parent 0eb2c93 commit 018c3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phantom_token.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
* limitations under the License.
*/

#include <assert.h>
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>
#include <ngx_string.h>
#include <stdbool.h>
#include <assert.h>

#define UNENCODED_CLIENT_CREDENTIALS_BUF_LEN 255

Expand Down

0 comments on commit 018c3b2

Please sign in to comment.