summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-10-09 16:51:41 -0400
committerSam Anthony <sam@samanthony.xyz>2024-10-09 16:51:41 -0400
commitf48d24f99849fb9e801970bcb124cd49fa2418f6 (patch)
treec3c0ac65c24b0a38888dbd4e3b3aa708d25ab92a
parenta6e9c149c11c40f4b6f1596288689ef94278feb2 (diff)
downloadballs-f48d24f99849fb9e801970bcb124cd49fa2418f6.zip
remove unused import
-rw-r--r--balls.h2
1 files changed, 0 insertions, 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 <math.h>
#include <GL/glut.h>
#include <oneapi/tbb.h>
-#include <oneapi/tbb/flow_graph.h>
using namespace std;
using namespace oneapi::tbb;
-using namespace oneapi::tbb::flow;
typedef struct {
double x, y;