ref: 4d018be950ef8b056a7c797a22ee58012443df26
parent: 66755abff425360b002f138387bcfa1ba4c2ff6a
author: Paul Wilkins <[email protected]>
date: Thu Sep 12 09:43:07 EDT 2013
Deleted #include <inttypes.h> This seems not to be needed and is not supported in the Windows build. Change-Id: Iaca3bbf8cca283aee6bc336cb31ba9dd4610322b
--- a/vp9/common/x86/vp9_subpixel_8t_intrin_ssse3.c
+++ b/vp9/common/x86/vp9_subpixel_8t_intrin_ssse3.c
@@ -1,5 +1,4 @@
#include <tmmintrin.h>
-#include <inttypes.h>
#include <emmintrin.h>
#include "vpx_ports/mem.h"
#include "vpx_ports/emmintrin_compat.h"