diff options
author | Charadon <dev@iotib.net> | 2022-06-08 08:26:31 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-06-08 08:26:31 -0400 |
commit | fa2a4d7f672e34b360687243ce549187bfce2e12 (patch) | |
tree | 0b3ae43dcf018578db4333164a0138e7802c6a54 /src/pong.h | |
parent | 0855555e38a3ff6c702cd69cb760f2f2bb0912dd (diff) | |
download | Pong-C-fa2a4d7f672e34b360687243ce549187bfce2e12.tar.gz |
Fixed some more portability stuff.
Diffstat (limited to 'src/pong.h')
-rw-r--r-- | src/pong.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pong.h b/src/pong.h index 15ba223..0fe384e 100644 --- a/src/pong.h +++ b/src/pong.h @@ -16,7 +16,6 @@ #include <unistd.h> #include <time.h> #include <stdatomic.h> -#include <threads.h> #include <setjmp.h> #include <string.h> |