1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 18:31:49 +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:
Sergei Zimmerman 2025-07-02 00:57:35 +03:00
parent 5879ab1577
commit d16af1d099
No known key found for this signature in database
GPG key ID: A9B0B557CA632325

View file

@ -1,3 +1,6 @@
#pragma once
///@file
#include "nix/util/canon-path.hh"
#include "nix/util/serialise.hh"
#include "nix/util/url.hh"