summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2017-04-03 08:36:45 -0600
committerBrian Paul <[email protected]>2017-04-03 13:09:05 -0600
commit0fb2c16b3b83f27baed1a3b0bb608b117a725f80 (patch)
treee55ec4c32a210f73e5e622879d4bb53beb81cec3 /src/util
parent7348df81b8b7bbbecee677e44978170bb28c087b (diff)
util: s/SHA1_H/MESA_SHA1_H/
To follow the convention of other header include guards. Reviewed-by: Jose Fonseca <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/util')
-rw-r--r--src/util/mesa-sha1.h4
1 files 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 <stdlib.h>
#include "sha1/sha1.h"