[FFmpeg-cvslog] get_bits: remove unnecessary #includes

Mans Rullgard git at videolan.org
Sun Dec 18 03:12:21 CET 2011


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Sat Dec 17 00:30:59 2011 +0000| [adb28c49bdf02dd0e45b904c6b36d2696430f41e] | committer: Mans Rullgard

get_bits: remove unnecessary #includes

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=adb28c49bdf02dd0e45b904c6b36d2696430f41e
---

 libavcodec/get_bits.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/libavcodec/get_bits.h b/libavcodec/get_bits.h
index 33ddb4b..38a7463 100644
--- a/libavcodec/get_bits.h
+++ b/libavcodec/get_bits.h
@@ -27,9 +27,6 @@
 #define AVCODEC_GET_BITS_H
 
 #include <stdint.h>
-#include <stdlib.h>
-#include <assert.h>
-#include "libavutil/bswap.h"
 #include "libavutil/common.h"
 #include "libavutil/intreadwrite.h"
 #include "libavutil/log.h"



More information about the ffmpeg-cvslog mailing list