VIDIX: #include drivers.h in drivers.c.

This ensures that function declarations in both files always match.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30592 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-02-16 13:07:00 +00:00
parent cc7fdaf5c5
commit aae2efd679
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include "config.h"
#include "vidix.h"
#include "drivers.h"
#include "libavutil/common.h"
#include "mpbswap.h"
#include "config.h"