From 0fb2c16b3b83f27baed1a3b0bb608b117a725f80 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 3 Apr 2017 08:36:45 -0600 Subject: [PATCH] util: s/SHA1_H/MESA_SHA1_H/ To follow the convention of other header include guards. Reviewed-by: Jose Fonseca Reviewed-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 a81aba96e94..d3f7affecee 100644 --- a/src/util/mesa-sha1.h +++ b/src/util/mesa-sha1.h @@ -20,8 +20,8 @@ * DEALINGS IN THE SOFTWARE. */ -#ifndef SHA1_H -#define SHA1_H +#ifndef MESA_SHA1_H +#define MESA_SHA1_H #include #include "sha1/sha1.h" -- 2.30.2