diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2006-09-11 17:11:38 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2006-09-11 17:11:38 +0000 |
commit | ea9a0462ef4b08279957e281e2e6bc33ff4ca7ee (patch) | |
tree | 89e2365fb65661159f8af29925dba1339519f1f1 | |
parent | fa4fd075e795a28bc15c6a0eeab52ef6f12ecc51 (diff) | |
download | xine-lib-ea9a0462ef4b08279957e281e2e6bc33ff4ca7ee.tar.gz xine-lib-ea9a0462ef4b08279957e281e2e6bc33ff4ca7ee.tar.bz2 |
Oops, overkill the bug isn't needed.
CVS patchset: 8221
CVS date: 2006/09/11 17:11:38
-rw-r--r-- | include/xine.h.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index cb03d0d17..5e39461d6 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -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: xine.h.in,v 1.155 2006/09/11 11:36:16 valtri Exp $ + * $Id: xine.h.in,v 1.156 2006/09/11 17:11:38 valtri Exp $ * * public xine-lib (libxine) interface and documentation * @@ -49,7 +49,6 @@ extern "C" { #include <sys/types.h> #include <sys/time.h> -#include <stdarg.h> #include <time.h> #include <stdarg.h> |