mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-25 10:11:17 -03:00
Run clang-format on all files
The main change here is to reorder headers.
This commit is contained in:
@@ -5,15 +5,17 @@
|
||||
///
|
||||
#include "config.h" // IWYU pragma: keep
|
||||
|
||||
#include "complete.h"
|
||||
|
||||
#include <pthread.h>
|
||||
#include <pwd.h>
|
||||
#include <stddef.h>
|
||||
#include <wctype.h>
|
||||
#include <cwchar>
|
||||
|
||||
#include <algorithm>
|
||||
#include <atomic>
|
||||
#include <cstddef>
|
||||
#include <cwchar>
|
||||
#include <functional>
|
||||
#include <iterator>
|
||||
#include <list>
|
||||
@@ -29,7 +31,6 @@
|
||||
#include "autoload.h"
|
||||
#include "builtin.h"
|
||||
#include "common.h"
|
||||
#include "complete.h"
|
||||
#include "env.h"
|
||||
#include "exec.h"
|
||||
#include "expand.h"
|
||||
|
||||
Reference in New Issue
Block a user