aboutsummaryrefslogtreecommitdiff
path: root/src/cube.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-05-21 09:19:26 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-05-21 09:19:26 +0200
commit8145e034184ed5807c00f05b90101090c6513a29 (patch)
tree22bb2fc1a928ae7905716f4aeef166c69abf4dd4 /src/cube.c
parentb144ec8b96b5b71e409d2a692eac64b38120c9ba (diff)
downloadnissy-core-8145e034184ed5807c00f05b90101090c6513a29.tar.gz
nissy-core-8145e034184ed5807c00f05b90101090c6513a29.zip
Removed unused include
Diffstat (limited to '')
-rw-r--r--src/cube.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cube.c b/src/cube.c
index a6b733e..27d54b4 100644
--- a/src/cube.c
+++ b/src/cube.c
@@ -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

Generated with cgit - Back to sebastiano.tronto.net