urlmatch.h: fix include guard
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
e730b81df6
commit
64e68a3b32
@ -1,4 +1,6 @@
|
||||
#ifndef URL_MATCH_H
|
||||
#define URL_MATCH_H
|
||||
|
||||
#include "string-list.h"
|
||||
|
||||
struct url_info {
|
||||
|
Loading…
Reference in New Issue
Block a user