1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-17 16:02:43 +01:00

Move json stuff out of util.cc

This commit is contained in:
Eelco Dolstra 2022-05-04 11:22:06 +02:00
parent 1385b20078
commit 3e87c8e62b
4 changed files with 22 additions and 20 deletions

View file

@ -14,6 +14,7 @@
#include "worker-protocol.hh"
#include "topo-sort.hh"
#include "callback.hh"
#include "json-utils.hh"
#include <regex>
#include <queue>
@ -56,8 +57,6 @@
#include <pwd.h>
#include <grp.h>
#include <nlohmann/json.hpp>
namespace nix {
void handleDiffHook(