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/pathlocks.cc | |
parent | f0eb650ee8a0eb5244c15fab3b152a1f70e1506e (diff) |
util.hh: Delete remaining file and clean up headers
Change-Id: Ic1f68e6af658e94ef7922841dd3ad4c69551ef56
Diffstat (limited to 'src/libstore/pathlocks.cc')
-rw-r--r-- | src/libstore/pathlocks.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libstore/pathlocks.cc b/src/libstore/pathlocks.cc index 3e654c1c9..ced0f30bb 100644 --- a/src/libstore/pathlocks.cc +++ b/src/libstore/pathlocks.cc @@ -1,10 +1,8 @@ #include "pathlocks.hh" -#include "util.hh" +#include "logging.hh" #include "signals.hh" -#include "sync.hh" #include <cerrno> -#include <cstdlib> #include <fcntl.h> #include <sys/types.h> |