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
5
third_party/nix/src/libstore/sqlite.cc
vendored
5
third_party/nix/src/libstore/sqlite.cc
vendored
|
|
@ -1,7 +1,10 @@
|
|||
#include "sqlite.hh"
|
||||
|
||||
#include <atomic>
|
||||
|
||||
#include <glog/logging.h>
|
||||
#include <sqlite3.h>
|
||||
#include <atomic>
|
||||
|
||||
#include "util.hh"
|
||||
|
||||
namespace nix {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue