Skip to content

Commit 2f627b4

Browse files
committed
More Clang Tidy Cleanup
1 parent 381069b commit 2f627b4

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

src/include/ast.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#ifndef ERBX_AST_H
22
#define ERBX_AST_H
33

4-
#include <stdlib.h>
5-
64
#include "array.h"
75

86
typedef struct AST_STRUCT {

src/include/lexer.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#ifndef ERBX_LEXER_H
22
#define ERBX_LEXER_H
33

4-
#include <stdlib.h>
5-
64
#include "lexer_struct.h"
75
#include "token_struct.h"
86

src/include/parser.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#ifndef ERBX_PARSER_H
22
#define ERBX_PARSER_H
33

4-
#include <stdlib.h>
5-
64
#include "ast.h"
75
#include "lexer.h"
86

src/include/token.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#ifndef ERBX_TOKEN_H
22
#define ERBX_TOKEN_H
33

4-
#include <stdlib.h>
5-
64
#include "lexer_struct.h"
75
#include "token_struct.h"
86

src/include/token_struct.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#ifndef ERBX_TOKEN_STRUCT_H
22
#define ERBX_TOKEN_STRUCT_H
33

4-
#include <stdlib.h>
5-
64
#include "location.h"
75
#include "range.h"
86

0 commit comments

Comments
 (0)