changeset 24052:054b7bdb3b59

Sync another change from upstream.
author diego
date Wed, 15 Aug 2007 12:16:25 +0000
parents dcf5fe229d37
children 7b810bcf2325
files dvdread/bswap.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dvdread/bswap.h	Wed Aug 15 12:01:48 2007 +0000
+++ b/dvdread/bswap.h	Wed Aug 15 12:16:25 2007 +0000
@@ -25,8 +25,6 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  */
 
-#include <config.h>
-
 #if defined(WORDS_BIGENDIAN)
 /* All bigendian systems are fine, just ignore the swaps. */  
 #define B2N_16(x) (void)(x)