va: don't explicitly include "config.h" 51/851/1
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 18 Oct 2011 12:04:02 +0000 (14:04 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 18 Oct 2011 12:11:05 +0000 (14:11 +0200)
commit37959759f5860d0a6cac087443062e550385b6d4
treed087ed8aa694086ea27cc4bf126fbcc174e82116
parent8636123de8511aab27e2db21f3e52e2b601f6182
va: don't explicitly include "config.h"

sysdeps.h is the internal header file to include that will eventually
include config.h, if necessary. e.g. we don't use it on Android.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
va/va.c