diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-19 23:07:09 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-19 23:07:09 +0200 |
| commit | a1acf445ff4b5cc506622b7c5f89c63e53307fe9 (patch) | |
| tree | cb415796cc4e1da26fbdfb7d8dc0888e0be09fe5 | |
| parent | 58d18295a013ab9ca7b0ec7ef2aa8282f12ff863 (diff) | |
| download | nissy-core-a1acf445ff4b5cc506622b7c5f89c63e53307fe9.tar.gz nissy-core-a1acf445ff4b5cc506622b7c5f89c63e53307fe9.zip | |
Removed double import
| -rw-r--r-- | tools/tool.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/tool.h b/tools/tool.h index 5ca1f04..757657b 100644 --- a/tools/tool.h +++ b/tools/tool.h | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | #include <inttypes.h> | 4 | #include <inttypes.h> |
| 5 | #include <stdio.h> | 5 | #include <stdio.h> |
| 6 | #include <stdlib.h> | 6 | #include <stdlib.h> |
| 7 | #include <time.h> | ||
| 8 | 7 | ||
| 9 | #include "../src/nissy.h" | 8 | #include "../src/nissy.h" |
| 10 | 9 | ||
