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)
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

diff --git a/va/va.c b/va/va.c
index 3741d21..450b88f 100644 (file)
--- a/va/va.c
+++ b/va/va.c
@@ -28,7 +28,6 @@
 #include "va_backend.h"
 #include "va_trace.h"
 #include "va_fool.h"
-#include "config.h"
 
 #include <assert.h>
 #include <stdarg.h>