diff options
author | Luca Abeni <lucabe72@email.it> | 2010-01-13 18:18:21 +0000 |
---|---|---|
committer | Luca Abeni <lucabe72@email.it> | 2010-01-13 18:18:21 +0000 |
commit | 3f60d2d32793726927d1224b95f5fbbe53082d9f (patch) | |
tree | 7e068b5e2afa83b15b772c55e0eaadc65fec9acf /libavformat | |
parent | fbb6c6c2d4f41afe5109b418a63edda0ddce4afc (diff) | |
download | ffmpeg-3f60d2d32793726927d1224b95f5fbbe53082d9f.tar.gz |
Remove the inclusion of unneeded headers
Originally committed as revision 21193 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/rtpenc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/rtpenc.c b/libavformat/rtpenc.c index 3e913ce78d..640306aaec 100644 --- a/libavformat/rtpenc.c +++ b/libavformat/rtpenc.c @@ -19,12 +19,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "libavcodec/get_bits.h" #include "avformat.h" #include "mpegts.h" #include <unistd.h> -#include "network.h" #include "rtpenc.h" |