diff options
author | Stephen Torri <storri@users.sourceforge.net> | 2003-09-16 02:03:16 +0000 |
---|---|---|
committer | Stephen Torri <storri@users.sourceforge.net> | 2003-09-16 02:03:16 +0000 |
commit | 49814daf255256395eb5e830036029654ae83bd0 (patch) | |
tree | 70a4f0367622e3c3bf02b97fe93e3c73a31c9efb /src | |
parent | 0370fef7acfd00df30e7dfc184e24d4d9e4f7e82 (diff) | |
download | xine-lib-49814daf255256395eb5e830036029654ae83bd0.tar.gz xine-lib-49814daf255256395eb5e830036029654ae83bd0.tar.bz2 |
Removed headers that were serving no adding anything necessary to the build.
CVS patchset: 5389
CVS date: 2003/09/16 02:03:16
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-utils/color.c | 3 | ||||
-rw-r--r-- | src/xine-utils/list.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/xine-utils/color.c b/src/xine-utils/color.c index 65e375e88..7f9a2409e 100644 --- a/src/xine-utils/color.c +++ b/src/xine-utils/color.c @@ -61,11 +61,10 @@ * instructions), these macros will automatically map to those special * instructions. * - * $Id: color.c,v 1.22 2003/08/25 14:32:37 mroi Exp $ + * $Id: color.c,v 1.23 2003/09/16 02:03:16 storri Exp $ */ #include "xine_internal.h" -#include "xineutils.h" /* * In search of the perfect colorspace conversion formulae... diff --git a/src/xine-utils/list.c b/src/xine-utils/list.c index 0bdccc715..91a24c9a5 100644 --- a/src/xine-utils/list.c +++ b/src/xine-utils/list.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: list.c,v 1.4 2002/10/24 15:01:18 jkeil Exp $ + * $Id: list.c,v 1.5 2003/09/16 02:03:16 storri Exp $ * */ #ifdef HAVE_CONFIG_H @@ -26,7 +26,6 @@ #include <stdio.h> #include <stdlib.h> -#include <sys/types.h> #include <inttypes.h> #include "xineutils.h" |