bfin: libswscale: remove unnecessary #includes
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
042b272a4a
commit
6bac8971cc
@ -20,16 +20,9 @@
|
|||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdint.h>
|
||||||
#include <stdlib.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <inttypes.h>
|
|
||||||
#include <assert.h>
|
|
||||||
#include "config.h"
|
|
||||||
#include <unistd.h>
|
|
||||||
|
|
||||||
#include "libswscale/rgb2rgb.h"
|
#include "config.h"
|
||||||
#include "libswscale/swscale.h"
|
|
||||||
#include "libswscale/swscale_internal.h"
|
#include "libswscale/swscale_internal.h"
|
||||||
|
|
||||||
#if defined (__FDPIC__) && CONFIG_SRAM
|
#if defined (__FDPIC__) && CONFIG_SRAM
|
||||||
|
@ -21,16 +21,9 @@
|
|||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdint.h>
|
||||||
#include <stdlib.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <inttypes.h>
|
|
||||||
#include <assert.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "libswscale/rgb2rgb.h"
|
|
||||||
#include "libswscale/swscale.h"
|
|
||||||
#include "libswscale/swscale_internal.h"
|
#include "libswscale/swscale_internal.h"
|
||||||
|
|
||||||
#if defined(__FDPIC__) && CONFIG_SRAM
|
#if defined(__FDPIC__) && CONFIG_SRAM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user