mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-07-02 09:11:15 -03:00
Run clang-format on all files
The main change here is to reorder headers.
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
// Implementation of the fg builtin.
|
||||
#include "config.h" // IWYU pragma: keep
|
||||
|
||||
#include "builtin_fg.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <cwchar>
|
||||
|
||||
#include "builtin.h"
|
||||
#include "builtin_fg.h"
|
||||
#include "common.h"
|
||||
#include "env.h"
|
||||
#include "fallback.h" // IWYU pragma: keep
|
||||
|
||||
Reference in New Issue
Block a user