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/libutil/shlex.hh | |
parent | 54bc1f1b9864ca2d784a03f239b7234c6956f929 (diff) |
pragma once and ///@file everything missing it
Change-Id: Ia1a72348336794b5fb9f2694dd750266089b904e
Diffstat (limited to 'src/libutil/shlex.hh')
-rw-r--r-- | src/libutil/shlex.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/shlex.hh b/src/libutil/shlex.hh index 4e7a48597..6ebe272ad 100644 --- a/src/libutil/shlex.hh +++ b/src/libutil/shlex.hh @@ -1,4 +1,5 @@ #pragma once +///@file #include <regex> #include <string> |