diff options
| author | gingerBill <bill@gingerbill.org> | 2021-04-25 19:52:37 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-04-25 19:52:37 +0100 |
| commit | a25e796b0016dbf180492ef660d0abcc023f5d56 (patch) | |
| tree | 7ef3a9ad314ae338c17d83d70427978b18988ec6 /src/main.cpp | |
| parent | 833784e196d9b96f62b7d1a771b087e9feb918bf (diff) | |
Delete ir.cpp and related files
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index 9e0fb25b3..02a9b50f7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -33,9 +33,6 @@ gb_global Timings global_timings = {0}; #endif #endif -#include "ir.cpp" -#include "ir_opt.cpp" -#include "ir_print.cpp" #include "query_data.cpp" |