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/libcmd | |
parent | 54bc1f1b9864ca2d784a03f239b7234c6956f929 (diff) |
pragma once and ///@file everything missing it
Change-Id: Ia1a72348336794b5fb9f2694dd750266089b904e
Diffstat (limited to 'src/libcmd')
-rw-r--r-- | src/libcmd/built-path.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcmd/built-path.hh b/src/libcmd/built-path.hh index e677bc810..da87a33b0 100644 --- a/src/libcmd/built-path.hh +++ b/src/libcmd/built-path.hh @@ -1,3 +1,5 @@ +#pragma once +///@file #include "derived-path.hh" #include "realisation.hh" |