changeset 25948:e8945e43a36f

#include just libavutil/common.h, not all of libavutil/intreadwrite.h.
author diego
date Mon, 11 Feb 2008 09:05:31 +0000
parents 2390635cf01f
children 64863a1618e5
files stream/stream_cddb.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/stream/stream_cddb.c	Sun Feb 10 23:48:44 2008 +0000
+++ b/stream/stream_cddb.c	Mon Feb 11 09:05:31 2008 +0000
@@ -58,7 +58,7 @@
 #include "version.h"
 #include "stream.h"
 #include "network.h"
-#include "libavutil/intreadwrite.h"
+#include "libavutil/common.h"
 
 #define DEFAULT_FREEDB_SERVER	"freedb.freedb.org"
 #define DEFAULT_CACHE_DIR	"/.cddb/"