mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
Follow include-what-you-use for our custom iswdigit()
Commit fe63c8ad3
(Shadow/override iswdigit instead of changing it at
individual call sites, 2021-10-04) added our own implementation of
iswdigit() to common.h. The "include-what-you-use" rule means that
files that use iswdigit() should now include common.h. Do that.
This commit is contained in:
parent
9d38553384
commit
4c598b504f
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include <cstring>
|
||||
|
||||
#include "common.h"
|
||||
#include "fds.h"
|
||||
#include "history.h"
|
||||
#include "path.h"
|
||||
|
|
Loading…
Reference in a new issue