Include rearrangement: rest
Change-Id: If9b5502ff348d358d7007b885e26e98a0d228f39
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "config.hh"
|
||||
#include "primops.hh"
|
||||
#include "lix/libutil/config.hh"
|
||||
#include "lix/libexpr/primops.hh"
|
||||
#include <stdlib.h>
|
||||
|
||||
using namespace nix;
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include "test-session.hh"
|
||||
#include "tests/characterization.hh"
|
||||
#include "tests/cli-literate-parser.hh"
|
||||
#include "strings.hh"
|
||||
#include "lix/libutil/strings.hh"
|
||||
|
||||
using namespace std::string_literals;
|
||||
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include "test-session.hh"
|
||||
#include "escape-char.hh"
|
||||
#include "processes.hh"
|
||||
#include "strings.hh"
|
||||
#include "lix/libutil/escape-char.hh"
|
||||
#include "lix/libutil/processes.hh"
|
||||
#include "lix/libutil/strings.hh"
|
||||
|
||||
namespace nix {
|
||||
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
#include <span>
|
||||
#include <string>
|
||||
|
||||
#include "file-descriptor.hh"
|
||||
#include "processes.hh"
|
||||
#include "lix/libutil/file-descriptor.hh"
|
||||
#include "lix/libutil/processes.hh"
|
||||
#include "tests/terminal-code-eater.hh"
|
||||
|
||||
namespace nix {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "globals.hh"
|
||||
#include "store-api.hh"
|
||||
#include "build-result.hh"
|
||||
#include "lix/libstore/globals.hh"
|
||||
#include "lix/libstore/store-api.hh"
|
||||
#include "lix/libstore/build-result.hh"
|
||||
#include <iostream>
|
||||
|
||||
using namespace nix;
|
||||
|
||||
Reference in New Issue
Block a user