mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-24 17:41:16 -03:00
Run clang-format on all files
The main change here is to reorder headers.
This commit is contained in:
@@ -2,14 +2,16 @@
|
||||
// provides recursive wildcards using **.
|
||||
#include "config.h" // IWYU pragma: keep
|
||||
|
||||
#include "wildcard.h"
|
||||
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
#include <stddef.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <cwchar>
|
||||
|
||||
#include <cwchar>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <unordered_set>
|
||||
@@ -21,7 +23,6 @@
|
||||
#include "fallback.h" // IWYU pragma: keep
|
||||
#include "future_feature_flags.h"
|
||||
#include "reader.h"
|
||||
#include "wildcard.h"
|
||||
#include "wutil.h" // IWYU pragma: keep
|
||||
|
||||
/// Description for generic executable.
|
||||
|
||||
Reference in New Issue
Block a user