diff options
Diffstat (limited to 'libavformat/asf.c')
-rw-r--r-- | libavformat/asf.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libavformat/asf.c b/libavformat/asf.c index 66b5638601..20fe917900 100644 --- a/libavformat/asf.c +++ b/libavformat/asf.c @@ -18,11 +18,12 @@ * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + +#include "libavutil/common.h" +#include "libavcodec/mpegaudio.h" #include "avformat.h" #include "riff.h" -#include "mpegaudio.h" #include "asf.h" -#include "common.h" #include "asfcrypt.h" extern void ff_mms_set_stream_selection(URLContext *h, AVFormatContext *format); |