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:
parent
1385b20078
commit
3e87c8e62b
4 changed files with 22 additions and 20 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue