summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorXANTRONIX Development2022-02-01 13:44:44 -0500
committerXANTRONIX Development2022-02-01 13:44:44 -0500
commit6391c03277dbe0aae6bae4c24b936ce2becf69c1 (patch)
tree9fa1931f14cd5117f73b5f49cda953800db18173 /src
parent7c9e074e8731efcd453da61d7aa2d7f68c587632 (diff)
downloadxas-6391c03277dbe0aae6bae4c24b936ce2becf69c1.tar.gz
xas-6391c03277dbe0aae6bae4c24b936ce2becf69c1.tar.bz2
xas-6391c03277dbe0aae6bae4c24b936ce2becf69c1.zip
Remove unnecessary header
Diffstat (limited to 'src')
-rw-r--r--src/riff.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/riff.c b/src/riff.c
index b59c819..640f550 100644
--- a/src/riff.c
+++ b/src/riff.c
@@ -1,4 +1,3 @@
-#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>