mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-21 06:41:16 -03:00
Run clang-format on all files
The main change here is to reorder headers.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#include "config.h" // IWYU pragma: keep
|
||||
|
||||
#include "iothread.h"
|
||||
|
||||
#include <limits.h>
|
||||
#include <pthread.h>
|
||||
#include <signal.h>
|
||||
@@ -8,16 +10,15 @@
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <atomic>
|
||||
#include <cstring>
|
||||
|
||||
#include <atomic>
|
||||
#include <condition_variable>
|
||||
#include <cstring>
|
||||
#include <queue>
|
||||
|
||||
#include "common.h"
|
||||
#include "flog.h"
|
||||
#include "global_safety.h"
|
||||
#include "iothread.h"
|
||||
#include "wutil.h"
|
||||
|
||||
#ifdef _POSIX_THREAD_THREADS_MAX
|
||||
|
||||
Reference in New Issue
Block a user