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/parse.h | |
parent | Remove unnecessary includes (diff) |
pedantic
Diffstat (limited to 'compiler/parse.h')
-rw-r--r-- | compiler/parse.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/compiler/parse.h b/compiler/parse.h deleted file mode 100644 index 39f74e0..0000000 --- a/compiler/parse.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef _H_PARSE -#define _H_PARSE - -#include "syntax.h" - -fuspel* parse(token_list*); - -#endif |