diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-12 11:19:52 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-12 11:19:52 +0200 |
| commit | e26d50d87cb2b1695d42f1ff8b9ab29a7d10e3aa (patch) | |
| tree | 96d65b4c9485105a7085229b84d558282324e729 /src/nissy.c | |
| parent | b36ed11e322152ff9ab813af78a08c35b42d5f94 (diff) | |
| download | nissy-core-e26d50d87cb2b1695d42f1ff8b9ab29a7d10e3aa.tar.gz nissy-core-e26d50d87cb2b1695d42f1ff8b9ab29a7d10e3aa.zip | |
Remove pthread import
Diffstat (limited to 'src/nissy.c')
| -rw-r--r-- | src/nissy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nissy.c b/src/nissy.c index 4bfdb56..594bdc4 100644 --- a/src/nissy.c +++ b/src/nissy.c | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #include <stdlib.h> | 1 | #include <stdlib.h> |
| 2 | #include <inttypes.h> | 2 | #include <inttypes.h> |
| 3 | #include <limits.h> | 3 | #include <limits.h> |
| 4 | #include <pthread.h> | ||
| 5 | #include <stdatomic.h> | 4 | #include <stdatomic.h> |
| 6 | #include <stdarg.h> | 5 | #include <stdarg.h> |
| 7 | #include <stdbool.h> | 6 | #include <stdbool.h> |
