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
4
third_party/nix/src/nix-build/nix-build.cc
vendored
4
third_party/nix/src/nix-build/nix-build.cc
vendored
|
|
@ -1,10 +1,12 @@
|
|||
#include <glog/logging.h>
|
||||
#include <cstring>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <regex>
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
|
||||
#include <glog/logging.h>
|
||||
|
||||
#include "affinity.hh"
|
||||
#include "attr-path.hh"
|
||||
#include "common-eval-args.hh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue