util.{hh,cc}: Move ignoreException to error.{hh,cc}

Change-Id: Iae6464217a55c313a983e5c651b26a4a1e446706
This commit is contained in:
Tom Hubrecht
2024-05-29 11:42:42 +02:00
parent 8b6d2d3915
commit 93ebb3e7df
5 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -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__