summaryrefslogtreecommitdiffstats
path: root/sord
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-16 00:24:56 +0000
committerDavid Robillard <d@drobilla.net>2011-02-16 00:24:56 +0000
commit9bcc1bf6088ed17d0a753ebf41c989af4d0e71eb (patch)
tree63ee8ca01f95d2f8af03dd8e63ab39fc81db2f4c /sord
parentcdf9abebfcf083335b8383a390d7ad677676e0fd (diff)
downloadsord-9bcc1bf6088ed17d0a753ebf41c989af4d0e71eb.tar.gz
sord-9bcc1bf6088ed17d0a753ebf41c989af4d0e71eb.tar.bz2
sord-9bcc1bf6088ed17d0a753ebf41c989af4d0e71eb.zip
Remove unnecessary #include <stdio.h>.
git-svn-id: http://svn.drobilla.net/sord/trunk@30 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'sord')
-rw-r--r--sord/sord.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sord/sord.h b/sord/sord.h
index eafa388..bc69875 100644
--- a/sord/sord.h
+++ b/sord/sord.h
@@ -24,7 +24,6 @@
#include <stdbool.h>
#include <stdint.h>
-#include <stdio.h>
#if defined _WIN32 || defined __CYGWIN__
#define SORD_LIB_IMPORT __declspec(dllimport)