diff options
| author | Zachary Pierson <zacpiersonhehe@gmail.com> | 2017-02-11 13:48:16 -0600 |
|---|---|---|
| committer | Zachary Pierson <zacpiersonhehe@gmail.com> | 2017-02-11 13:48:16 -0600 |
| commit | a49e888ce665ad30d3fa956c3c69af77354f0074 (patch) | |
| tree | e8bf94fb9b5284f5c151b5756c54f13eb80f836b /src/main.c | |
| parent | 99c663d9f309e694575151e655967f621150ec22 (diff) | |
| parent | 4306345ff10e9f8225b156633aa986fee3f97987 (diff) | |
Merge https://github.com/gingerBill/Odin
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index ba05144f7..235d68c58 100644 --- a/src/main.c +++ b/src/main.c @@ -4,7 +4,6 @@ extern "C" { #include "common.c" #include "timings.c" -#include "unicode.c" #include "build.c" #include "tokenizer.c" #include "parser.c" |