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:
committed by
Junio C Hamano
parent
e730b81df6
commit
64e68a3b32
@@ -1,4 +1,6 @@
|
|||||||
#ifndef URL_MATCH_H
|
#ifndef URL_MATCH_H
|
||||||
|
#define URL_MATCH_H
|
||||||
|
|
||||||
#include "string-list.h"
|
#include "string-list.h"
|
||||||
|
|
||||||
struct url_info {
|
struct url_info {
|
||||||
|
|||||||
Reference in New Issue
Block a user