From: Emil Velikov Date: Tue, 24 Nov 2015 16:29:21 +0000 (+0000) Subject: util/sha: do not wrap header inclusion in extern "C" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2af3a0ca6f4ad34774dfba64f2e95344d1f336c0;p=mesa.git util/sha: do not wrap header inclusion in extern "C" Signed-off-by: Emil Velikov --- diff --git a/src/util/mesa-sha1.h b/src/util/mesa-sha1.h index 1599405cd5a..0be5485f313 100644 --- a/src/util/mesa-sha1.h +++ b/src/util/mesa-sha1.h @@ -23,12 +23,12 @@ #ifndef SHA1_H #define SHA1_H +#include + #ifdef __cplusplus extern "C" { #endif -#include - struct mesa_sha1; struct mesa_sha1 *