treewide: remove unused nlohmann includes

Change-Id: I261e4bd4c859eb3924202e690331c05887aa26b0
This commit is contained in:
eldritch horrors
2025-03-23 20:42:39 +00:00
parent 53b41a7f9b
commit 09769bbf41
21 changed files with 0 additions and 32 deletions
-2
View File
@@ -7,8 +7,6 @@
#include <vector>
#include <map>
#include <nlohmann/json.hpp>
#include "lix/libstore/parsed-derivations.hh"
#include "lix/libstore/store-api.hh"
#include "lix/libstore/local-fs-store.hh"
-2
View File
@@ -6,8 +6,6 @@
#include "lix/libstore/profiles.hh"
#include "lix/libcmd/repl.hh"
#include <nlohmann/json.hpp>
extern char * * environ __attribute__((weak));
namespace nix {
-2
View File
@@ -7,8 +7,6 @@
#include "lix/libexpr/get-drvs.hh"
#include "lix/libexpr/flake/flake.hh"
#include <nlohmann/json.hpp>
namespace nix {
InstallableAttrPath::InstallableAttrPath(
-2
View File
@@ -8,8 +8,6 @@
#include "lix/libcmd/common-eval-args.hh"
#include "lix/libexpr/eval.hh"
#include <nlohmann/json.hpp>
namespace nix {
class InstallableAttrPath : public InstallableValue
-2
View File
@@ -20,8 +20,6 @@
#include "lix/libstore/build-result.hh"
#include <nlohmann/json.hpp>
namespace nix {
void completeFlakeInputPath(
-2
View File
@@ -5,8 +5,6 @@
#include "lix/libstore/derived-path.hh"
#include "lix/libutil/variant-wrapper.hh"
#include <nlohmann/json_fwd.hpp>
namespace nix {
class BadNixStringContextElem : public Error
-1
View File
@@ -25,7 +25,6 @@
#include "lix/libutil/types.hh"
#include <kj/async.h>
#include <nlohmann/json.hpp>
#include <optional>
#include <utility>
-2
View File
@@ -6,8 +6,6 @@
#include "lix/libstore/serve-protocol-impl.hh"
#include "lix/libstore/path-info.hh"
#include <nlohmann/json.hpp>
namespace nix {
/* protocol-specific definitions */
-2
View File
@@ -7,8 +7,6 @@
#include "lix/libutil/archive.hh"
#include "lix/libstore/path-info.hh"
#include <nlohmann/json.hpp>
namespace nix {
/* protocol-specific definitions */
-2
View File
@@ -4,8 +4,6 @@
#include "lix/libstore/store-api.hh"
#include "config.hh"
#include <nlohmann/json.hpp>
namespace nix {
struct CmdConfig : MultiCommand
-2
View File
@@ -8,8 +8,6 @@
#include "lix/libexpr/value-to-json.hh"
#include "eval.hh"
#include <nlohmann/json.hpp>
namespace nix {
struct CmdEval : MixJSON, InstallableCommand, MixReadOnlyOption
-1
View File
@@ -3,7 +3,6 @@
#include "lix/libstore/fs-accessor.hh"
#include "lix/libstore/nar-accessor.hh"
#include "lix/libmain/common-args.hh"
#include <nlohmann/json.hpp>
namespace nix {
-2
View File
@@ -8,8 +8,6 @@
#include <algorithm>
#include <array>
#include <nlohmann/json.hpp>
namespace nix {
struct CmdPathInfo : StorePathsCommand, MixJSON
-1
View File
@@ -13,7 +13,6 @@
#include "lix/libstore/names.hh"
#include "profile.hh"
#include <nlohmann/json.hpp>
#include <regex>
#include <iomanip>
-1
View File
@@ -1,4 +1,3 @@
#include <nlohmann/json.hpp>
#include <gtest/gtest.h>
#include <rapidcheck/gtest.h>
-1
View File
@@ -1,4 +1,3 @@
#include <nlohmann/json.hpp>
#include <gtest/gtest.h>
#include <rapidcheck/gtest.h>
-1
View File
@@ -1,6 +1,5 @@
#include <regex>
#include <nlohmann/json.hpp>
#include <gtest/gtest.h>
#include "lix/libstore/common-protocol.hh"
-1
View File
@@ -1,6 +1,5 @@
#include <regex>
#include <nlohmann/json.hpp>
#include <gtest/gtest.h>
#include <rapidcheck/gtest.h>
-1
View File
@@ -1,4 +1,3 @@
#include <nlohmann/json.hpp>
#include <gtest/gtest.h>
#include "lix/libutil/strings.hh"
-1
View File
@@ -1,6 +1,5 @@
#include <regex>
#include <nlohmann/json.hpp>
#include <gtest/gtest.h>
#include "lix/libstore/serve-protocol.hh"
-1
View File
@@ -1,6 +1,5 @@
#include <regex>
#include <nlohmann/json.hpp>
#include <gtest/gtest.h>
#include "lix/libstore/worker-protocol.hh"