Include rearrangement: rest
Change-Id: If9b5502ff348d358d7007b885e26e98a0d228f39
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
|
||||
#include "tests/libexpr.hh"
|
||||
|
||||
#include "nixexpr.hh"
|
||||
#include "ref.hh"
|
||||
#include "lix/libexpr/nixexpr.hh"
|
||||
#include "lix/libutil/ref.hh"
|
||||
|
||||
namespace nix
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "flake/flakeref.hh"
|
||||
#include "lix/libexpr/flake/flakeref.hh"
|
||||
|
||||
namespace nix {
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "tests/libexpr.hh"
|
||||
#include "value-to-json.hh"
|
||||
#include "lix/libexpr/value-to-json.hh"
|
||||
|
||||
namespace nix {
|
||||
// Testing the conversion to JSON
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <gmock/gmock.h>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "eval-settings.hh"
|
||||
#include "lix/libexpr/eval-settings.hh"
|
||||
|
||||
#include "tests/libexpr.hh"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <gtest/gtest.h>
|
||||
#include <gmock/gmock.h>
|
||||
|
||||
#include "search-path.hh"
|
||||
#include "lix/libexpr/search-path.hh"
|
||||
|
||||
namespace nix {
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "tests/libexpr.hh"
|
||||
|
||||
#include "value.hh"
|
||||
#include "print.hh"
|
||||
#include "lix/libexpr/value.hh"
|
||||
#include "lix/libexpr/print.hh"
|
||||
|
||||
namespace nix {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user