remove stdio.h

This commit is contained in:
Wong Cho Ching
2014-01-30 00:05:42 +08:00
parent 3500cde6a4
commit cdedd34474

View File

@@ -158,7 +158,7 @@ void SfxrSynth::resetSample( bool restart )
#include <stdio.h>
void SfxrSynth::update( sampleFrame * buffer, const fpp_t frameNum )
{
for(int i=0;i<frameNum;i++)