From 241abcca8640dc81e057f7398e9d860083db2d3f Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Costa Date: Wed, 27 Aug 2025 21:13:59 +0000 Subject: [PATCH] refactor(libstore/http-binary-cache-store): pragma once --- src/libstore/include/nix/store/http-binary-cache-store.hh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libstore/include/nix/store/http-binary-cache-store.hh b/src/libstore/include/nix/store/http-binary-cache-store.hh index e0f6ce42f..4102c858f 100644 --- a/src/libstore/include/nix/store/http-binary-cache-store.hh +++ b/src/libstore/include/nix/store/http-binary-cache-store.hh @@ -1,3 +1,6 @@ +#pragma once +///@file + #include "nix/util/url.hh" #include "nix/store/binary-cache-store.hh"