style(3p/nix): Reformat all includes to match new style
This commit is contained in:
parent
b508f5b91a
commit
c758de9d22
119 changed files with 298 additions and 106 deletions
12
third_party/nix/src/libutil/util.hh
vendored
12
third_party/nix/src/libutil/util.hh
vendored
|
|
@ -1,10 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <dirent.h>
|
||||
#include <signal.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <cstdio>
|
||||
#include <functional>
|
||||
#include <future>
|
||||
|
|
@ -12,6 +7,13 @@
|
|||
#include <map>
|
||||
#include <optional>
|
||||
#include <sstream>
|
||||
|
||||
#include <dirent.h>
|
||||
#include <signal.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "types.hh"
|
||||
|
||||
#ifndef HAVE_STRUCT_DIRENT_D_TYPE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue