aboutsummaryrefslogtreecommitdiff
path: root/src/nix-store
diff options
context:
space:
mode:
authorTom Hubrecht <github@mail.hubrecht.ovh>2024-05-28 16:53:21 +0200
committerTom Hubrecht <github@mail.hubrecht.ovh>2024-05-29 12:38:51 +0200
commita39ba22ff7112cd3984bbf28d8610d84dd525a0f (patch)
tree234f26a44798f318baf3b6a3c318390d30c50b0e /src/nix-store
parentf0eb650ee8a0eb5244c15fab3b152a1f70e1506e (diff)
util.hh: Delete remaining file and clean up headers
Change-Id: Ic1f68e6af658e94ef7922841dd3ad4c69551ef56
Diffstat (limited to 'src/nix-store')
-rw-r--r--src/nix-store/dotgraph.cc1
-rw-r--r--src/nix-store/graphml.cc1
-rw-r--r--src/nix-store/nix-store.cc1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/nix-store/dotgraph.cc b/src/nix-store/dotgraph.cc
index 577cadceb..2c530999b 100644
--- a/src/nix-store/dotgraph.cc
+++ b/src/nix-store/dotgraph.cc
@@ -1,5 +1,4 @@
#include "dotgraph.hh"
-#include "util.hh"
#include "store-api.hh"
#include <iostream>
diff --git a/src/nix-store/graphml.cc b/src/nix-store/graphml.cc
index 439557658..3e789a2d8 100644
--- a/src/nix-store/graphml.cc
+++ b/src/nix-store/graphml.cc
@@ -1,5 +1,4 @@
#include "graphml.hh"
-#include "util.hh"
#include "store-api.hh"
#include "derivations.hh"
diff --git a/src/nix-store/nix-store.cc b/src/nix-store/nix-store.cc
index 75d8b6c6d..b38e4f4f8 100644
--- a/src/nix-store/nix-store.cc
+++ b/src/nix-store/nix-store.cc
@@ -11,7 +11,6 @@
#include "serve-protocol.hh"
#include "serve-protocol-impl.hh"
#include "shared.hh"
-#include "util.hh"
#include "graphml.hh"
#include "legacy.hh"
#include "path-with-outputs.hh"