[Mesa-dev] [PATCH 1/3] util: s/SHA1_H/MESA_SHA1_H/
Brian Paul
brianp at vmware.com
Mon Apr 3 16:09:49 UTC 2017
To follow the convention of other header include guards.
---
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 a81aba9..d3f7aff 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"
--
1.9.1
More information about the mesa-dev
mailing list