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/main.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'emulator/main.c') 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" - -- cgit