1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 12:06:01 +01:00

refactor(libstore/http-binary-cache-store): pragma once

This commit is contained in:
Bernardo Meurer Costa 2025-08-27 21:13:59 +00:00
parent 35978ca47b
commit 241abcca86
No known key found for this signature in database

View file

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