summaryrefslogtreecommitdiff
path: root/src/misc.c
diff options
context:
space:
mode:
authoronelin <oscar@nelin.dk>2025-11-15 20:33:50 +0000
committeronelin <oscar@nelin.dk>2025-11-15 21:16:41 +0000
commit9b1c7caceff6af24d76146bcc7a4495ff9ef3ede (patch)
tree0cd3bb0ee78eec0556db4ba6208d235f706b2d8f /src/misc.c
parenta4c67096a3afd74ec9ceff9260cff9ad0336b208 (diff)
Simplify render command buffer
Diffstat (limited to 'src/misc.c')
-rw-r--r--src/misc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/misc.c b/src/misc.c
index 16c0cfb..19920ab 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -1,8 +1,6 @@
#include <stdint.h>
#include <stdlib.h>
-#include <string.h>
-
#include <daw/logging.h>
#include <daw/utils.h>