util/sha: do not wrap header inclusion in extern "C"

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Emil Velikov
2015-11-24 16:29:21 +00:00
committed by Emil Velikov
parent d426c17550
commit 2af3a0ca6f
+2 -2
View File
@@ -23,12 +23,12 @@
#ifndef SHA1_H
#define SHA1_H
#include <stdlib.h>
#ifdef __cplusplus
extern "C" {
#endif
#include <stdlib.h>
struct mesa_sha1;
struct mesa_sha1 *