summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2011-10-18 14:04:02 +0200
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2011-10-18 14:11:05 +0200
commit37959759f5860d0a6cac087443062e550385b6d4 (patch)
treed087ed8aa694086ea27cc4bf126fbcc174e82116
parent8636123de8511aab27e2db21f3e52e2b601f6182 (diff)
downloadlibva-37959759f5860d0a6cac087443062e550385b6d4.tar.gz
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>
-rw-r--r--va/va.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/va/va.c b/va/va.c
index 3741d21..450b88f 100644
--- 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>