mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-27 11:00:37 +02:00
util: s/SHA1_H/MESA_SHA1_H/
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>
This commit is contained in:
parent
7348df81b8
commit
0fb2c16b3b
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue