From 3b6c362c6e0c6b7aa55b08a48b5c62bb9efea7a0 Mon Sep 17 00:00:00 2001 From: rocky Date: Thu, 3 Feb 2005 07:28:40 +0000 Subject: [PATCH] Remove a number of GNU/Linux and/or Unix #includes that probably don't belong. #ifdef some of the others, although I think they'll likely be there. --- lib/cdda_interface/low_interface.h | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/lib/cdda_interface/low_interface.h b/lib/cdda_interface/low_interface.h index 1dd94bec..4aefc8a0 100644 --- a/lib/cdda_interface/low_interface.h +++ b/lib/cdda_interface/low_interface.h @@ -1,5 +1,5 @@ /* - $Id: low_interface.h,v 1.5 2005/01/07 22:15:25 rocky Exp $ + $Id: low_interface.h,v 1.6 2005/02/03 07:28:40 rocky Exp $ Copyright (C) 2004, 2005 Rocky Bernstein Copyright (C) 1998 Monty xiphmont@mit.edu @@ -23,20 +23,18 @@ #ifndef _CDDA_LOW_INTERFACE_ #define _CDDA_LOW_INTERFACE_ -#include +#ifdef HAVE_STDIO_H #include +#endif +#ifdef HAVE_UNISTD_H #include +#endif +#ifdef HAVE_STRING_H #include +#endif +#ifdef HAVE_ERRNO_H #include -#include - -#include -#include -#include -#include -#include -#include -#include +#endif #ifdef HAVE_LINUX_VERSION_H #include