diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-10-09 16:51:41 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-10-09 16:51:41 -0400 |
| commit | f48d24f99849fb9e801970bcb124cd49fa2418f6 (patch) | |
| tree | c3c0ac65c24b0a38888dbd4e3b3aa708d25ab92a | |
| parent | a6e9c149c11c40f4b6f1596288689ef94278feb2 (diff) | |
| download | balls-f48d24f99849fb9e801970bcb124cd49fa2418f6.zip | |
remove unused import
| -rw-r--r-- | balls.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |