diff options
author | Camil Staps | 2016-08-25 20:29:50 +0200 |
---|---|---|
committer | Camil Staps | 2016-08-25 20:29:50 +0200 |
commit | 821939c6a6eb5761708146783ebd562422c2a7f7 (patch) | |
tree | dd26b29c65431801f4ca45d6952b7806534f9c8c /compiler/lex.h | |
parent | Remove unnecessary includes (diff) |
pedantic
Diffstat (limited to 'compiler/lex.h')
-rw-r--r-- | compiler/lex.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/compiler/lex.h b/compiler/lex.h deleted file mode 100644 index 268d0e4..0000000 --- a/compiler/lex.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef _H_LEX -#define _H_LEX - -#include "syntax.h" - -token_list* lex(token_list*, char*); - -#endif |