Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion common/scanner.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include "tree_sitter/parser.h"
#include <string.h>
#include <wctype.h>
#include <stdio.h>

enum ObjectScript_Core_Scanner_TokenType {
_IMMEDIATE_SINGLE_WHITESPACE_FOLLOWED_BY_NON_WHITESPACE,
Expand Down
1 change: 0 additions & 1 deletion objectscript_routine/src/scanner.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "../../common/scanner.h"
#include "tree_sitter/parser.h"
#include <stdlib.h>
#include <string.h>

// Keep this in sync with grammar externals.
Expand Down
1 change: 0 additions & 1 deletion udl/src/scanner.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "../../common/scanner.h"
#include "tree_sitter/parser.h"
#include <stdlib.h>
#include <string.h>

// There is no way to extend enums, so keep this in sync with base.h
Expand Down
Loading