diff options
author | Tom Hubrecht <github@mail.hubrecht.ovh> | 2024-05-28 16:53:21 +0200 |
---|---|---|
committer | Tom Hubrecht <github@mail.hubrecht.ovh> | 2024-05-29 12:38:51 +0200 |
commit | a39ba22ff7112cd3984bbf28d8610d84dd525a0f (patch) | |
tree | 234f26a44798f318baf3b6a3c318390d30c50b0e /src/libstore/gc.cc | |
parent | f0eb650ee8a0eb5244c15fab3b152a1f70e1506e (diff) |
util.hh: Delete remaining file and clean up headers
Change-Id: Ic1f68e6af658e94ef7922841dd3ad4c69551ef56
Diffstat (limited to 'src/libstore/gc.cc')
-rw-r--r-- | src/libstore/gc.cc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/libstore/gc.cc b/src/libstore/gc.cc index 722452b8d..d58e3c8eb 100644 --- a/src/libstore/gc.cc +++ b/src/libstore/gc.cc @@ -1,18 +1,14 @@ -#include "derivations.hh" #include "globals.hh" #include "local-store.hh" +#include "pathlocks.hh" #include "processes.hh" #include "signals.hh" #include "finally.hh" #include "unix-domain-socket.hh" -#include <functional> #include <queue> -#include <algorithm> #include <regex> -#include <random> -#include <climits> #include <errno.h> #include <fcntl.h> #include <poll.h> |