mirror of
https://github.com/git-for-windows/git.git
synced 2025-12-12 15:59:24 -06:00
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
|
#ifndef URL_MATCH_H
|
||||||
|
#define URL_MATCH_H
|
||||||
|
|
||||||
#include "string-list.h"
|
#include "string-list.h"
|
||||||
|
|
||||||
struct url_info {
|
struct url_info {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user