Skip to content

Commit

Permalink
fix: includes
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Nov 18, 2023
1 parent 3f3c935 commit 1c23208
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/scanner.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#include "tree_sitter/parser.h"

#include <assert.h>
#include <ctype.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <tree_sitter/parser.h>
#include <wctype.h>

#define MAX(a, b) ((a) > (b) ? (a) : (b))
Expand Down

0 comments on commit 1c23208

Please sign in to comment.