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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user