comparison libmpdemux/stheader.h @ 26143:268ecf0e1ba4

Add missing header #includes to fix 'make checkheaders'.
author diego
date Wed, 05 Mar 2008 23:32:01 +0000
parents 026b1ac69d47
children 65ad20416dd7
comparison
equal deleted inserted replaced
26142:9c5f34c370a7 26143:268ecf0e1ba4
1 #ifndef MPLAYER_STHEADER_H 1 #ifndef MPLAYER_STHEADER_H
2 #define MPLAYER_STHEADER_H 2 #define MPLAYER_STHEADER_H
3 3
4 #include "demuxer.h"
4 #include "aviheader.h" 5 #include "aviheader.h"
5 #include "ms_hdr.h" 6 #include "ms_hdr.h"
6 7
7 // Stream headers: 8 // Stream headers:
8 9