From: Gwenole Beauchesne Date: Tue, 18 Oct 2011 12:04:02 +0000 (+0200) Subject: va: don't explicitly include "config.h" X-Git-Tag: libva-1.0.15~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F51%2F851%2F1;p=profile%2Fivi%2Flibva.git 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 --- 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 #include