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