From 2af3a0ca6f4ad34774dfba64f2e95344d1f336c0 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Tue, 24 Nov 2015 16:29:21 +0000 Subject: [PATCH] util/sha: do not wrap header inclusion in extern "C" Signed-off-by: Emil Velikov --- src/util/mesa-sha1.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 * -- 2.30.2