diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-04-08 15:07:57 -0700 |
---|---|---|
committer | Jade Lovelace <lix@jade.fyi> | 2024-04-08 15:40:12 -0700 |
commit | c58e3f826e891847bd454f4de8176e1fec74627a (patch) | |
tree | 70e2d881f2fc1cbc1ff17113e399b34dba6d03f9 /src/libstore/remote-store-connection.hh | |
parent | 54bc1f1b9864ca2d784a03f239b7234c6956f929 (diff) |
pragma once and ///@file everything missing it
Change-Id: Ia1a72348336794b5fb9f2694dd750266089b904e
Diffstat (limited to 'src/libstore/remote-store-connection.hh')
-rw-r--r-- | src/libstore/remote-store-connection.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libstore/remote-store-connection.hh b/src/libstore/remote-store-connection.hh index e4a9cacb9..44328b06b 100644 --- a/src/libstore/remote-store-connection.hh +++ b/src/libstore/remote-store-connection.hh @@ -1,3 +1,6 @@ +#pragma once +///@file + #include "remote-store.hh" #include "worker-protocol.hh" #include "pool.hh" |