From b62d4c16c901a7e3fe0296345970bce815ac410e Mon Sep 17 00:00:00 2001 From: Derek Buitenhuis Date: Tue, 25 Sep 2012 12:54:26 -0400 Subject: Revert "cbrt_tablegen: Include libm.h" This code runs on the host and should not use libm.h, which is meant for the target. This reverts commit 2768b717987d4e19d2774890d7d84aef531b1d9f. --- libavcodec/cbrt_tablegen.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/cbrt_tablegen.c') diff --git a/libavcodec/cbrt_tablegen.c b/libavcodec/cbrt_tablegen.c index 44c2695560..e92c0f1db1 100644 --- a/libavcodec/cbrt_tablegen.c +++ b/libavcodec/cbrt_tablegen.c @@ -21,7 +21,6 @@ */ #include -#include "libavutil/libm.h" #define CONFIG_HARDCODED_TABLES 0 #include "cbrt_tablegen.h" #include "tableprint.h" -- cgit v1.2.3