From 49b39288133272578b8be86e3ced4468927fce5b Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sun, 12 May 2024 11:43:32 +0200 Subject: Cleanup build --- emulator/hart_test.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'emulator/hart_test.c') 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" -- cgit