1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-20 17:29:36 +01:00

Merge pull request #13851 from lovesegfault/http-binary-cache-store-once

refactor(libstore/http-binary-cache-store): pragma once
This commit is contained in:
Sergei Zimmerman 2025-08-28 03:44:17 +03:00 committed by GitHub
commit 2eacb3c36f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,6 @@
#pragma once
///@file
#include "nix/util/url.hh"
#include "nix/store/binary-cache-store.hh"