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/hart_test.c | |
parent | 40b4d52e905227849785f6520d0381f19657820a (diff) |
Cleanup build
Diffstat (limited to 'emulator/hart_test.c')
-rw-r--r-- | emulator/hart_test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/emulator/hart_test.c b/emulator/hart_test.c index 5509dab..5f2549b 100644 --- a/emulator/hart_test.c +++ b/emulator/hart_test.c @@ -247,5 +247,3 @@ int main(int argc, char* argv[]) test();
return EXIT_SUCCESS;
}
-
-#include "emulator/hart.c"
|