From bac37bab55f249d40fb25cd1ddae57bac3bbfa63 Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Tue, 8 Mar 2022 15:50:10 -0600 Subject: [PATCH] Remove non existing import --- sw/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sw/main.c b/sw/main.c index 4940ce5..33c14ce 100644 --- a/sw/main.c +++ b/sw/main.c @@ -1,5 +1,3 @@ -#include - int main() { return 0; }