diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-21 09:19:26 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-21 09:19:26 +0200 |
| commit | 8145e034184ed5807c00f05b90101090c6513a29 (patch) | |
| tree | 22bb2fc1a928ae7905716f4aeef166c69abf4dd4 /src/cube.c | |
| parent | b144ec8b96b5b71e409d2a692eac64b38120c9ba (diff) | |
| download | nissy-core-8145e034184ed5807c00f05b90101090c6513a29.tar.gz nissy-core-8145e034184ed5807c00f05b90101090c6513a29.zip | |
Removed unused include
Diffstat (limited to 'src/cube.c')
| -rw-r--r-- | src/cube.c | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -1,6 +1,5 @@ | |||
| 1 | #include <inttypes.h> | 1 | #include <inttypes.h> |
| 2 | #include <stdbool.h> | 2 | #include <stdbool.h> |
| 3 | #include <stdlib.h> /* TODO: Used only for malloc, remove if possible */ | ||
| 4 | #include <string.h> | 3 | #include <string.h> |
| 5 | 4 | ||
| 6 | #ifdef DEBUG | 5 | #ifdef DEBUG |
