lexer: remove accidental stdio include
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
#include "types.h"
|
#include "types.h"
|
||||||
#include "helper.h"
|
#include "helper.h"
|
||||||
#include <stdio.h>
|
|
||||||
#include "lexer.h"
|
#include "lexer.h"
|
||||||
|
|
||||||
int noomL_isalpha(char c) {
|
int noomL_isalpha(char c) {
|
||||||
|
|||||||
Reference in New Issue
Block a user