changeset 32228:2322028e1b45

Remove unnecessary #include from libbluray test.
author diego
date Mon, 20 Sep 2010 07:21:17 +0000
parents bc13646041dd
children e7cd36fc291e
files configure
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Sep 19 21:18:45 2010 +0000
+++ b/configure	Mon Sep 20 07:21:17 2010 +0000
@@ -5921,7 +5921,6 @@
   _bluray=no
 
   cat > $TMPC << EOF
-#include <stdlib.h>
 #include <libbluray/bluray.h>
 int main(void) { BLURAY_TITLE_INFO *i = bd_get_title_info(NULL, 0); return 0; }
 EOF