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

Add #pragma once to dummy-store.hh

We should have a lint for this.

In later (yet to be merged at this time) commits, this started causing
problems that only the sanitzer caught.
This commit is contained in:
John Ericson 2025-09-28 12:12:24 -04:00
parent a01d52e57b
commit 582d3ee611

View file

@ -1,3 +1,6 @@
#pragma once
///@file
#include "nix/store/store-api.hh" #include "nix/store/store-api.hh"
namespace nix { namespace nix {