util.hh: Delete remaining file and clean up headers

Change-Id: Ic1f68e6af658e94ef7922841dd3ad4c69551ef56
This commit is contained in:
Tom Hubrecht
2024-05-29 12:38:51 +02:00
parent f0eb650ee8
commit a39ba22ff7
92 changed files with 50 additions and 161 deletions
-3
View File
@@ -1,7 +1,5 @@
#include "compression.hh"
#include "tarfile.hh"
#include "util.hh"
#include "finally.hh"
#include "signals.hh"
#include "logging.hh"
@@ -13,7 +11,6 @@
#include <brotli/decode.h>
#include <brotli/encode.h>
#include <iostream>
namespace nix {