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
|
@ -1,8 +1,10 @@
|
|||
#include <algorithm>
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <glog/logging.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <algorithm>
|
||||
|
||||
#include "builtins.hh"
|
||||
|
||||
namespace nix {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include <glog/logging.h>
|
||||
|
||||
#include "archive.hh"
|
||||
#include "builtins.hh"
|
||||
#include "compression.hh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue