mirror of
https://github.com/NixOS/nix
synced 2025-07-07 22:33:57 +02:00
libfetchers: Add missing include guard to git-lfs-fetch.hh
This is a publicly installed header without a header guard. Doesn't seem right.
This commit is contained in:
parent
5879ab1577
commit
d16af1d099
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
#pragma once
|
||||||
|
///@file
|
||||||
|
|
||||||
#include "nix/util/canon-path.hh"
|
#include "nix/util/canon-path.hh"
|
||||||
#include "nix/util/serialise.hh"
|
#include "nix/util/serialise.hh"
|
||||||
#include "nix/util/url.hh"
|
#include "nix/util/url.hh"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue