diff options
author | phintuka <phintuka> | 2008-11-01 07:07:12 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-11-01 07:07:12 +0000 |
commit | 5565e666f73f50c14e89fd67a2727858df837799 (patch) | |
tree | c6128589732a4f86398d749a30b719717a12550b | |
parent | 782cbbba2440478d506bfd699c8a1fe0ee2c3810 (diff) | |
download | xineliboutput-5565e666f73f50c14e89fd67a2727858df837799.tar.gz xineliboutput-5565e666f73f50c14e89fd67a2727858df837799.tar.bz2 |
Removed leftover xine-lib config.h
-rw-r--r-- | xine_post_autocrop.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/xine_post_autocrop.c b/xine_post_autocrop.c index 521f14e7..014bb95e 100644 --- a/xine_post_autocrop.c +++ b/xine_post_autocrop.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_post_autocrop.c,v 1.14 2008-09-22 10:59:54 phintuka Exp $ + * $Id: xine_post_autocrop.c,v 1.15 2008-11-01 07:07:12 phintuka Exp $ * */ @@ -41,11 +41,6 @@ * */ - -#ifdef HAVE_CONFIG_H -#include "config.h" /* ARCH_X86 */ -#endif - #include <stdint.h> #include <xine/xine_internal.h> |