From d15f58b61e5ed61da0a78657e2582b65593fc4e8 Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Wed, 14 Jun 2023 12:42:02 -0400 Subject: [PATCH] Remove unnecessary includes --- src/main.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main.c b/src/main.c index 34607b2..d872a41 100644 --- a/src/main.c +++ b/src/main.c @@ -16,20 +16,15 @@ limitations under the License. #define VERSION "0.1" -#include -#include -#include #include #include #include -#include #include #include "constants.cpp" #include "driving.h" #include "init.h" #include "int_tools.h" -#include "io.h" #include "navier-stokes.h"