testprogs: Clean up #includes

This commit is contained in:
Diego Biurrun
2016-03-21 20:06:18 +01:00
parent 3dfbf32b95
commit 439929859a
5 changed files with 15 additions and 5 deletions

View File

@@ -18,7 +18,9 @@
* License along with Libav; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <inttypes.h>
#include <stdint.h>
#include "avutil.h"
#include "common.h"
#include "intreadwrite.h"