]> git.sesse.net Git - x264/blobdiff - encoder/analyse.c
Eliminate the possibility of CAVLC level code overflow
[x264] / encoder / analyse.c
index 3c200a21086a0c7508e2bafa1cb666ca92962928..b6907200dc0c72929db330e6d43ba137215a7cb5 100644 (file)
@@ -26,8 +26,6 @@
  *****************************************************************************/
 
 #define _ISOC99_SOURCE
-#include <math.h>
-#include <unistd.h>
 
 #include "common/common.h"
 #include "macroblock.h"