]> git.sesse.net Git - x264/blobdiff - common/ppc/mc.c
Clean up header includes
[x264] / common / ppc / mc.c
index 8df289457cab6579039b65a8fe5666414c6c3c5e..e169166436a294b01e182448259b0e0173c2af89 100644 (file)
  * For more information, contact us at licensing@x264.com.
  *****************************************************************************/
 
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
-#include <stdint.h>
-#include <stdarg.h>
-
-#include "x264.h"
 #include "common/common.h"
-#include "common/mc.h"
 #include "mc.h"
 #include "ppccommon.h"