diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-05-12 11:43:32 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-05-12 11:43:32 +0200 |
commit | 49b39288133272578b8be86e3ced4468927fce5b (patch) | |
tree | 8d6e45289d6fd4de480c252255c4f93c211c6731 /emulator/main.c | |
parent | 40b4d52e905227849785f6520d0381f19657820a (diff) |
Cleanup build
Diffstat (limited to 'emulator/main.c')
-rw-r--r-- | emulator/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emulator/main.c b/emulator/main.c index a00a717..4bf99a3 100644 --- a/emulator/main.c +++ b/emulator/main.c @@ -31,7 +31,3 @@ int main(int argc, char* argv[]) return EXIT_SUCCESS;
}
-
-#include "emulator/hart.c"
-#include "emulator/elf.c"
-
|