Skip to content

Commit 4bf23d2

Browse files
authored
Merge pull request #13416 from xokdvium/pragma-once-missing
libfetchers: Add missing include guard to git-lfs-fetch.hh
2 parents 5879ab1 + d16af1d commit 4bf23d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/libfetchers/include/nix/fetchers/git-lfs-fetch.hh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#pragma once
2+
///@file
3+
14
#include "nix/util/canon-path.hh"
25
#include "nix/util/serialise.hh"
36
#include "nix/util/url.hh"

0 commit comments

Comments
 (0)