aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/current-process.cc
diff options
context:
space:
mode:
authorTom Hubrecht <github@mail.hubrecht.ovh>2024-05-28 16:09:33 +0200
committerTom Hubrecht <github@mail.hubrecht.ovh>2024-05-29 11:42:42 +0200
commit93ebb3e7dfb75ce23c1fb46d8e70208a2bad0c02 (patch)
treee9dd046a7650eb9c414550224d8d3f0b0b8737e5 /src/libutil/current-process.cc
parent8b6d2d39155e88250c576571a1251769b926ee83 (diff)
util.{hh,cc}: Move ignoreException to error.{hh,cc}
Change-Id: Iae6464217a55c313a983e5c651b26a4a1e446706
Diffstat (limited to 'src/libutil/current-process.cc')
-rw-r--r--src/libutil/current-process.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/current-process.cc b/src/libutil/current-process.cc
index f9a08685f..c64dd1e0d 100644
--- a/src/libutil/current-process.cc
+++ b/src/libutil/current-process.cc
@@ -1,9 +1,9 @@
#include "current-process.hh"
+#include "error.hh"
#include "file-system.hh"
#include "logging.hh"
#include "namespaces.hh"
#include "signals.hh"
-#include "util.hh"
#include "strings.hh"
#ifdef __APPLE__