remove stdio.h from dsa.c

This commit is contained in:
Chris Conlon
2015-08-10 09:34:16 -06:00
parent 106abb873f
commit 4b74e96542

View File

@ -18,7 +18,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <stdio.h>
#ifdef HAVE_CONFIG_H
#include <config.h>