style(3p/nix): Reformat all includes to match new style

This commit is contained in:
Vincent Ambo 2020-05-19 15:54:39 +01:00
parent b508f5b91a
commit c758de9d22
119 changed files with 298 additions and 106 deletions

View file

@ -1,11 +1,13 @@
#include <algorithm>
#include <fstream>
#include <iostream>
#include <fcntl.h>
#include <mach-o/loader.h>
#include <mach-o/swap.h>
#include <sys/mman.h>
#include <sys/utsname.h>
#include <algorithm>
#include <fstream>
#include <iostream>
#include "derivations.hh"
#include "globals.hh"
#include "shared.hh"