From f48d24f99849fb9e801970bcb124cd49fa2418f6 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Wed, 9 Oct 2024 16:51:41 -0400 Subject: remove unused import --- balls.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/balls.h b/balls.h index 63d5278..27bffde 100644 --- a/balls.h +++ b/balls.h @@ -3,11 +3,9 @@ #include #include #include -#include using namespace std; using namespace oneapi::tbb; -using namespace oneapi::tbb::flow; typedef struct { double x, y; -- cgit v1.2.3