projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7348df8
)
util: s/SHA1_H/MESA_SHA1_H/
author
Brian Paul
<brianp@vmware.com>
Mon, 3 Apr 2017 14:36:45 +0000
(08:36 -0600)
committer
Brian Paul
<brianp@vmware.com>
Mon, 3 Apr 2017 19:09:05 +0000
(13:09 -0600)
To follow the convention of other header include guards.
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
src/util/mesa-sha1.h
patch
|
blob
|
history
diff --git
a/src/util/mesa-sha1.h
b/src/util/mesa-sha1.h
index a81aba96e94695b2ce8e131582195a794c552d54..d3f7affecee5cb2f97617eba183b4029057e27fa 100644
(file)
--- 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"